版本V1.6(7)

This commit is contained in:
denghaina 2024-07-31 09:49:16 +08:00
parent 0304f20a16
commit 7e6a79d9c6
2 changed files with 2 additions and 5 deletions

View File

@ -16,8 +16,8 @@ android {
applicationId = "com.funny.sounds.hd"
minSdk = 23
targetSdk = 34
versionCode = 5
versionName = "1.4"
versionCode = 7
versionName = "1.6"
setProperty("archivesBaseName", "FunnySounds_v" + versionName + "(${versionCode})_$timestamp")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -167,9 +167,6 @@ object AdManager {
readyAd.show(activity)
} else {
action.invoke(type_no_cache)
}
}
}