Skip to content

Commit

Permalink
bumped target sdk version from 28 to 29 for google play store release.
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-a committed Dec 29, 2020
1 parent a2beae6 commit cc8aa0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sudoq-app/sudoqapp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 28
compileSdkVersion 29

defaultConfig {
applicationId "de.sudoq"
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 29
resConfigs "en", "de", "fr"
testApplicationId "de.sudoq.test"
testInstrumentationRunner "android.test.InstrumentationTestRunner"
Expand Down

0 comments on commit cc8aa0a

Please sign in to comment.