Add compile sdk version in build gradle
This commit is contained in:
parent
eb4b9c5eee
commit
4131b1e582
|
@ -138,6 +138,7 @@ android {
|
|||
applicationId "com.example"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
compileSdkVersion rootProject.ext.compileSdkVersion
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue