File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ allprojects {
2525
2626// Target module's build.gradle:
2727dependencies {
28- implementation "com.github.mintrocket:MintPermissions:0.0.3 "
28+ implementation "com.github.mintrocket:MintPermissions:<LATESET-VERSION> "
2929}
3030```
3131
Original file line number Diff line number Diff line change 33buildscript {
44 ext {
55 /* app config */
6- app_compile_sdk_version = 33
6+ app_compile_sdk_version = 32
77 app_min_sdk_version = 21
8- app_target_sdk_version = 33
8+ app_target_sdk_version = 32
99 app_version_code = 1
1010 app_version_name = " 1.0"
1111 library_min_sdk_version = 15
12- library_version_name = " 0.0.3 "
12+ library_version_name = " 0.0.5 "
1313
1414 /* tools, plugins, etc. */
1515 kotlin_version = ' 1.6.21'
16- android_gradle_plugin_version = ' 7.1.3 '
16+ android_gradle_plugin_version = ' 7.2.1 '
1717
1818 /* may be helpful https://developer.android.com/jetpack/androidx/versions/ */
1919 /* dependencies */
Original file line number Diff line number Diff line change 1+ # Fri Jun 17 16:32:13 YEKT 2022
12distributionBase =GRADLE_USER_HOME
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
24distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.2-bin.zip
4- zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6+ zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments