Update build.gradle

This commit is contained in:
deniscerri 2023-03-19 20:26:53 +01:00 committed by GitHub
parent 83b2871f52
commit d40b0e22bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ android {
keyPassword properties["signingConfig.keyPassword"]
}
}
compileSdkVersion 33
compileSdk 33
defaultConfig {
applicationId "com.deniscerri.ytdl"
minSdkVersion 23
@ -173,4 +173,4 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1"
}
}