This commit is contained in:
GH Action - Upstream Sync 2023-05-29 12:31:31 +00:00
commit 4206f5ce40
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId "com.github.catvod.demo"
minSdk 17
targetSdk 29
targetSdk 28
ndk { abiFilters "armeabi-v7a" }
buildConfigField("String", "CLIENT_ID", "\"${clientId}\"")
}