Skip to content

Commit

Permalink
added android 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Yochyo committed Mar 29, 2021
1 parent 6afdb81 commit c330ac9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Properties props = new Properties()
props.load(new FileInputStream(file('../signing.properties')))

android {
compileSdkVersion 29
compileSdkVersion 30
buildToolsVersion "29.0.3"

signingConfigs {
Expand Down Expand Up @@ -48,7 +48,7 @@ android {
}
applicationId "de.yochyo.yummybooru"
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 30
versionCode 13
versionName "2.4.2"
}
Expand All @@ -69,7 +69,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'

implementation 'com.android.support:support-v4:29.0.0'
implementation 'com.android.support:support-v4:30.0.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.preference:preference:1.1.1'

Expand Down

0 comments on commit c330ac9

Please sign in to comment.