File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
WindowInsetsAnimation/app Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' kotlin-android'
3
3
4
4
android {
5
- compileSdkVersion ' android-R'
5
+ compileSdkVersion 30
6
+
6
7
defaultConfig {
7
8
applicationId ' com.example.android.people'
8
- minSdkVersion ' R '
9
- targetSdkVersion ' R '
9
+ minSdkVersion 30
10
+ targetSdkVersion 30
10
11
versionCode 1
11
12
versionName ' 1.0'
12
13
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ apply plugin: 'com.android.application'
18
18
apply plugin : ' kotlin-android'
19
19
20
20
android {
21
- compileSdkVersion " android-R "
21
+ compileSdkVersion 30
22
22
23
23
defaultConfig {
24
24
applicationId " com.google.android.samples.insetschat"
25
- minSdkVersion " R "
26
- targetSdkVersion " R "
25
+ minSdkVersion 30
26
+ targetSdkVersion 30
27
27
versionCode 1
28
28
versionName " 1.0"
29
29
}
You can’t perform that action at this time.
0 commit comments