diff --git a/app/build.gradle b/app/build.gradle index 82c49eb..fb3857e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { @@ -48,7 +48,7 @@ android { } applicationId "de.yochyo.yummybooru" minSdkVersion 21 - targetSdkVersion 29 + targetSdkVersion 30 versionCode 13 versionName "2.4.2" } @@ -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'