Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit c8398a6

Browse files
committed
Motion: Update build.gradle
Use compileSdk, minSdk, and targetSdk. Change-Id: I29edeb413d7cf351334443d8e7d76edf94995604
1 parent 71f4e21 commit c8398a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Motion/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ apply plugin: 'kotlin-android'
1919
apply plugin: "androidx.navigation.safeargs.kotlin"
2020

2121
android {
22-
compileSdkVersion 31
22+
compileSdk 31
2323

2424
defaultConfig {
2525
applicationId 'com.example.android.motion'
26-
minSdkVersion 14
27-
targetSdkVersion 31
26+
minSdk 14
27+
targetSdk 31
2828
versionCode 1
2929
versionName '1.0'
3030
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

0 commit comments

Comments
 (0)