Skip to content

Commit 17acda2

Browse files
build updates
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent 289d7a8 commit 17acda2

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ android {
3838
applicationId = "com.fox2code.mmm"
3939
minSdk = 24
4040
targetSdk = 33
41-
versionCode = 70
42-
versionName = "2.1.0"
41+
versionCode = 72
42+
versionName = "2.1.1"
4343
vectorDrawables {
4444
useSupportLibrary = true
4545
}
@@ -467,7 +467,7 @@ dependencies {
467467
implementation("androidx.security:security-crypto:1.1.0-alpha06")
468468

469469
// some utils
470-
implementation("commons-io:commons-io:2.11.0")
470+
implementation("commons-io:commons-io:20030203.000550")
471471
implementation("org.apache.commons:commons-compress:1.23.0")
472472

473473
// analytics

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
repositories {
4-
google()
54
mavenCentral()
6-
gradlePluginPortal()
5+
google()
76
maven {
87
setUrl("https://jitpack.io")
98
}
9+
gradlePluginPortal()
1010
}
1111
extra.apply {
1212
set("sentryConfigFile", rootProject.file("sentry.properties"))
@@ -31,8 +31,8 @@ tasks.register("clean", Delete::class) {
3131

3232
afterEvaluate {
3333
tasks.withType<JavaCompile>().configureEach {
34-
sourceCompatibility = JavaVersion.VERSION_19.toString()
35-
targetCompatibility = JavaVersion.VERSION_19.toString()
34+
sourceCompatibility = JavaVersion.VERSION_17.toString()
35+
targetCompatibility = JavaVersion.VERSION_17.toString()
3636
}
3737
}
3838

0 commit comments

Comments
 (0)