Skip to content

Commit 4c60524

Browse files
committed
Update samples for Android R ( api level 30 )
1 parent 7767846 commit 4c60524

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

People/app/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33

44
android {
5-
compileSdkVersion 'android-R'
5+
compileSdkVersion 30
6+
67
defaultConfig {
78
applicationId 'com.example.android.people'
8-
minSdkVersion 'R'
9-
targetSdkVersion 'R'
9+
minSdkVersion 30
10+
targetSdkVersion 30
1011
versionCode 1
1112
versionName '1.0'
1213
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

WindowInsetsAnimation/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ apply plugin: 'com.android.application'
1818
apply plugin: 'kotlin-android'
1919

2020
android {
21-
compileSdkVersion "android-R"
21+
compileSdkVersion 30
2222

2323
defaultConfig {
2424
applicationId "com.google.android.samples.insetschat"
25-
minSdkVersion "R"
26-
targetSdkVersion "R"
25+
minSdkVersion 30
26+
targetSdkVersion 30
2727
versionCode 1
2828
versionName "1.0"
2929
}

0 commit comments

Comments
 (0)