Update build.gradle
This commit is contained in:
parent
83b2871f52
commit
d40b0e22bf
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue