changed android version

This commit is contained in:
luke
2021-02-03 20:20:01 -05:00
parent ae8ad333dc
commit 31782d9b7b
2 changed files with 5 additions and 4 deletions

View File

@@ -4,13 +4,13 @@ plugins {
}
android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
compileSdkVersion 26
buildToolsVersion '26'
defaultConfig {
applicationId "com.lukeogburn.liveunsafe"
minSdkVersion 28
targetSdkVersion 30
minSdkVersion 26
targetSdkVersion 26
versionCode 1
versionName "1.0"