Fixed some Gradle deprecations.

This commit is contained in:
casey langen 2022-07-23 14:10:27 -07:00
parent bba94d1998
commit a5330ee911
2 changed files with 3 additions and 2 deletions

View File

@ -12,12 +12,12 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'com.google.firebase.crashlytics'
android {
compileSdkVersion 33
compileSdk 33
defaultConfig {
applicationId "io.casey.musikcube.remote"
minSdkVersion 21
targetSdkVersion 33
targetSdk 33
versionCode 111
versionName "0.98.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@ -3,3 +3,4 @@ org.gradle.caching=true
org.gradle.parallel=true
android.useAndroidX=true
android.enableJetifier=true
android.suppressUnsupportedCompileSdk=33