File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ apply plugin: 'kotlin-android'
44apply plugin : ' kotlin-kapt'
55
66android {
7- compileSdkVersion 28
7+ compileSdkVersion 32
88 defaultConfig {
99 applicationId " com.google.android.samples.dynamiccodeloading"
1010 minSdkVersion 21
11- targetSdkVersion 28
11+ targetSdkVersion 32
1212 versionCode 33
1313 versionName " 1.0.33"
1414 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 2525 android : supportsRtl =" true"
2626 android : theme =" @style/AppTheme"
2727 tools : ignore =" AllowBackup,GoogleAppIndexingWarning" >
28- <activity android : name =" .MainActivity" >
28+ <activity android : name =" .MainActivity"
29+ android : exported =" true" >
2930 <intent-filter >
3031 <action android : name =" android.intent.action.MAIN" />
3132
3435 </activity >
3536 </application >
3637
37- </manifest >
38+ </manifest >
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ apply plugin: 'kotlin-android'
33apply plugin : ' kotlin-kapt'
44
55android {
6- compileSdkVersion 28
6+ compileSdkVersion 32
77
88 defaultConfig {
99 minSdkVersion 21
10- targetSdkVersion 28
10+ targetSdkVersion 32
1111 versionCode 1
1212 versionName " 1.0"
1313 }
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ apply plugin: 'com.android.application'
1818apply plugin : ' kotlin-android'
1919
2020android {
21- compileSdkVersion 28
21+ compileSdkVersion 32
2222 defaultConfig {
2323 applicationId " com.google.android.instantapps.samples.instantenabledandroidappbundle"
2424 minSdkVersion 21
25- targetSdkVersion 28
25+ targetSdkVersion 32
2626 versionCode 1
2727 versionName " 1.0"
2828 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ allprojects {
3535}
3636
3737ext {
38- compileSdk = 28
38+ compileSdk = 32
3939 minSdk = 15
4040 versionCode = 1
4141 versionName = ' 1.0'
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ allprojects {
3939}
4040
4141ext {
42- compileSdk = 28
42+ compileSdk = 32
4343 minSdk = 15
4444 versionCode = 1
4545 versionName = " 1.0"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ allprojects {
3939}
4040
4141ext {
42- compileSdk = 28
42+ compileSdk = 32
4343 minSdk = 15
4444 versionCode = 1
4545 versionName = " 1.0"
Original file line number Diff line number Diff line change 1717// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818
1919ext {
20- compileSdk = 28
21- targetSdk = 28
20+ compileSdk = 32
21+ targetSdk = 32
2222 minSdk = 21
2323 versionCode = 1
2424 versionName = " 1.0"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ allprojects {
3434}
3535
3636ext {
37- compileSdk = 28
37+ compileSdk = 32
3838 minSdk = 23
3939 versionCode = 1
4040 versionName = ' 1.0'
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ allprojects {
3939}
4040
4141ext {
42- compileSdk = 28
42+ compileSdk = 32
4343 minSdk = 15
4444 versionCode = 1
4545 versionName = " 1.0"
You can’t perform that action at this time.
0 commit comments