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 {
26
26
applicationId = " com.droidcon.app"
27
27
minSdk = libs.versions.minSdk.get().toInt()
28
28
targetSdk = libs.versions.targetSdk.get().toInt()
29
- versionCode = 10002
30
- versionName = " 1.0.2 "
29
+ versionCode = 10003
30
+ versionName = " 1.0.3 "
31
31
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
32
32
}
33
33
packaging {
Original file line number Diff line number Diff line change 4
4
5
5
<uses-permission android : name =" android.permission.INTERNET" />
6
6
<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" />
11
8
12
9
<application
13
10
android : icon =" @mipmap/ic_launcher"
You can’t perform that action at this time.
0 commit comments