File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
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
3232afterEvaluate {
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
You can’t perform that action at this time.
0 commit comments