Skip to content

Commit

Permalink
Lower targetSdk to 29 because of nextcloud/Android-SingleSignOn#277
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Niedermann <info@niedermann.it>
  • Loading branch information
stefan-niedermann committed Nov 1, 2020
1 parent 1878160 commit 572fb47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 30
compileSdkVersion 29
defaultConfig {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 19
targetSdkVersion 30
targetSdkVersion 29
versionCode 1011001
versionName "1.11.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 572fb47

Please sign in to comment.