File tree Expand file tree Collapse file tree 4 files changed +17
-24
lines changed
Expand file tree Collapse file tree 4 files changed +17
-24
lines changed 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 = 35
15- versionCode = 56
16- versionName = " 3.6 .0"
15+ versionCode = 57
16+ versionName = " 3.7 .0"
1717
1818 manifestPlaceholders[" manifestApplicationId" ] = " $applicationId "
1919 }
Original file line number Diff line number Diff line change 1919 android : value =" DISABLE" />
2020
2121 <activity android : name =" .ui.LauncherActivity" android : exported =" true" >
22- <intent-filter >
22+ <intent-filter android : autoVerify = " true " >
2323 <action android : name =" android.intent.action.MAIN" />
2424 <category android : name =" android.intent.category.LAUNCHER" />
2525 </intent-filter >
26- <intent-filter >
26+ <intent-filter android : autoVerify = " true " >
2727 <action android : name =" android.intent.action.VIEW" />
2828
2929 <category android : name =" android.intent.category.DEFAULT" />
3030 <category android : name =" android.intent.category.BROWSABLE" />
3131
32- <data
33- android : host =" opass.app"
34- android : scheme =" http"
35- android : pathPrefix =" /open" />
36- <data
37- android : host =" opass.app"
38- android : scheme =" https"
39- android : pathPrefix =" /open" />
40- <data
41- android : host =" login"
42- android : scheme =" ccip" />
32+ <data android : scheme =" http" />
33+ <data android : scheme =" https" />
34+ <data android : host =" opass.app" />
35+ <data android : pathPrefix =" /open" />
4336 </intent-filter >
4437 </activity >
4538 <activity
Original file line number Diff line number Diff line change 11[versions ]
2- androidGradlePlugin = " 8.5.1 "
2+ androidGradlePlugin = " 8.8.2 "
33appcompat = " 1.7.0"
44cardview = " 1.0.0"
55coil = " 2.6.0"
6- constraintlayout = " 2.1.4 "
6+ constraintlayout = " 2.2.1 "
77converterGson = " 2.9.0"
8- core = " 1.13.1 "
8+ core = " 1.15.0 "
99coroutinesVersion = " 1.8.1"
10- firebaseAnalytics = " 22.0.2 "
10+ firebaseAnalytics = " 22.3.0 "
1111flexbox = " 3.0.0"
12- fragment = " 1.8.1 "
12+ fragment = " 1.8.6 "
1313gson = " 2.10.1"
1414kotlin = " 2.0.0"
15- lifecycleVersion = " 2.8.3 "
15+ lifecycleVersion = " 2.8.7 "
1616markwonVersion = " 4.6.2"
1717material = " 1.12.0"
1818okhttp = " 4.12.0"
1919onesignal = " 5.1.17"
2020playServices = " 4.4.2"
21- recyclerview = " 1.3.2 "
21+ recyclerview = " 1.4.0 "
2222retrofit = " 2.11.0"
2323viewpager2 = " 1.1.0"
2424zxingAndroidEmbedded = " 4.3.0"
Original file line number Diff line number Diff line change 11# Wed Jan 24 16:49:30 IST 2024
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionSha256Sum =d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab
5- distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
4+ distributionSha256Sum =31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
66networkTimeout =10000
77validateDistributionUrl =true
88zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments