changed android version
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user