File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ android {
2626 applicationId = " com.droidcon.app"
2727 minSdk = libs.versions.minSdk.get().toInt()
2828 targetSdk = libs.versions.targetSdk.get().toInt()
29- versionCode = 10002
30- versionName = " 1.0.2 "
29+ versionCode = 10003
30+ versionName = " 1.0.3 "
3131 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
3232 }
3333 packaging {
Original file line number Diff line number Diff line change 44
55 <uses-permission android : name =" android.permission.INTERNET" />
66 <uses-permission android : name =" android.permission.RECEIVE_BOOT_COMPLETED" />
7-
8- <uses-permission
9- android : name =" com.google.android.gms.permission.AD_ID"
10- tools : node =" remove" />
7+ <uses-permission android : name =" com.google.android.gms.permission.AD_ID" />
118
129 <application
1310 android : icon =" @mipmap/ic_launcher"
You can’t perform that action at this time.
0 commit comments