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

1
.idea/gradle.xml generated
View File

@@ -5,6 +5,7 @@
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="testRunner" value="PLATFORM" />
<option name="disableWrapperSourceDistributionNotification" value="true" />
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleJvm" value="1.8" />

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"