版本V1.6(7)
This commit is contained in:
parent
0304f20a16
commit
7e6a79d9c6
@ -16,8 +16,8 @@ android {
|
|||||||
applicationId = "com.funny.sounds.hd"
|
applicationId = "com.funny.sounds.hd"
|
||||||
minSdk = 23
|
minSdk = 23
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 5
|
versionCode = 7
|
||||||
versionName = "1.4"
|
versionName = "1.6"
|
||||||
setProperty("archivesBaseName", "FunnySounds_v" + versionName + "(${versionCode})_$timestamp")
|
setProperty("archivesBaseName", "FunnySounds_v" + versionName + "(${versionCode})_$timestamp")
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -167,9 +167,6 @@ object AdManager {
|
|||||||
readyAd.show(activity)
|
readyAd.show(activity)
|
||||||
} else {
|
} else {
|
||||||
action.invoke(type_no_cache)
|
action.invoke(type_no_cache)
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user