Add compile sdk version in build gradle

This commit is contained in:
luancurti 2020-07-12 23:41:08 -03:00
parent eb4b9c5eee
commit 4131b1e582
1 changed files with 1 additions and 0 deletions

View File

@ -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"
}