版本V1.6(7)
This commit is contained in:
parent
0304f20a16
commit
7e6a79d9c6
@ -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"
|
||||
}
|
||||
|
||||
@ -167,9 +167,6 @@ object AdManager {
|
||||
readyAd.show(activity)
|
||||
} else {
|
||||
action.invoke(type_no_cache)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user