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
Fix Issue #4
  • Loading branch information
matiasdelellis committed Nov 12, 2020
1 parent dbb14fc commit 02dd6fc
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
Expand Up @@ -22,13 +22,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 30
compileSdkVersion 29
buildToolsVersion "30.0.1"

defaultConfig {
applicationId 'ar.delellis.quicknotes'
minSdkVersion 21
targetSdkVersion 30
compileSdkVersion 29
versionCode 1
versionName "0.3.0"

Expand Down

0 comments on commit 02dd6fc

Please sign in to comment.