File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ android {
1212 applicationId = " app.opass.ccip"
1313 minSdk = 24
1414 targetSdk = 36
15- versionCode = 60
16- versionName = " 3.9.0 "
15+ versionCode = 61
16+ versionName = " 3.9.1 "
1717
1818 manifestPlaceholders[" manifestApplicationId" ] = " $applicationId "
1919 }
@@ -27,7 +27,7 @@ android {
2727 release {
2828 isMinifyEnabled = false
2929 proguardFiles(
30- getDefaultProguardFile(" proguard-android.txt" ),
30+ getDefaultProguardFile(" proguard-android-optimize .txt" ),
3131 " proguard-rules.pro" ,
3232 )
3333 }
@@ -43,10 +43,6 @@ android {
4343 targetCompatibility = JavaVersion .VERSION_17
4444 }
4545
46- kotlinOptions {
47- jvmTarget = JavaVersion .VERSION_17 .toString()
48- }
49-
5046 lint {
5147 lintConfig = file(" lint.xml" )
5248 }
@@ -56,6 +52,12 @@ android {
5652 }
5753}
5854
55+ kotlin {
56+ compilerOptions {
57+ jvmTarget.set(org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_17 )
58+ }
59+ }
60+
5961dependencies {
6062
6163 // AndroidX
Original file line number Diff line number Diff line change @@ -18,3 +18,13 @@ org.gradle.configuration-cache=true
1818android.useAndroidX =true
1919# Kotlin code style for this project: "official" or "obsolete":
2020kotlin.code.style =official
21+ android.defaults.buildfeatures.resvalues =true
22+ android.sdk.defaultTargetSdkToCompileSdkIfUnset =false
23+ android.enableAppCompileTimeRClass =false
24+ android.usesSdkInManifest.disallowed =false
25+ android.uniquePackageNames =false
26+ android.dependency.useConstraints =true
27+ android.r8.strictFullModeForKeepRules =false
28+ android.r8.optimizedResourceShrinking =false
29+ android.builtInKotlin =false
30+ android.newDsl =false
Original file line number Diff line number Diff line change 11[versions ]
2- androidGradlePlugin = " 8.12 .0"
2+ androidGradlePlugin = " 9.2 .0"
33appcompat = " 1.7.1"
44cardview = " 1.0.0"
5- coil = " 3.3 .0"
5+ coil = " 3.4 .0"
66constraintlayout = " 2.2.1"
77converterGson = " 3.0.0"
8- core = " 1.16 .0"
8+ core = " 1.18 .0"
99coroutinesVersion = " 1.10.2"
1010firebaseAnalytics = " 22.5.0"
1111flexbox = " 3.0.0"
12- fragment = " 1.8.8 "
13- gson = " 2.13.1 "
14- kotlin = " 2.2.0 "
15- lifecycleVersion = " 2.9.2 "
12+ fragment = " 1.8.9 "
13+ gson = " 2.14.0 "
14+ kotlin = " 2.2.10 "
15+ lifecycleVersion = " 2.10.0 "
1616markwonVersion = " 4.6.2"
17- material = " 1.12 .0"
18- okhttp = " 5.1.0 "
19- onesignal = " 5.1.35 "
20- playServices = " 4.4.3 "
17+ material = " 1.13 .0"
18+ okhttp = " 5.3.2 "
19+ onesignal = " 5.8.0 "
20+ playServices = " 4.4.4 "
2121recyclerview = " 1.4.0"
2222retrofit = " 3.0.0"
23- swiperefreshlayout = " 1.1 .0"
23+ swiperefreshlayout = " 1.2 .0"
2424viewpager2 = " 1.1.0"
2525zxingAndroidEmbedded = " 4.3.0"
2626
Original file line number Diff line number Diff line change 11# Wed Aug 06 14:17:58 CST 2025
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionSha256Sum =8fad3d78296ca518113f3d29016617c7f9367dc005f932bd9d93bf45ba46072b
5- distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
4+ distributionSha256Sum =2ab2958f2a1e51120c326cad6f385153bb11ee93b3c216c5fccebfdfbb7ec6cb
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.4.1 -bin.zip
66networkTimeout =10000
77validateDistributionUrl =true
88zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments