mirror of
https://github.com/recloudstream/cloudstream.git
synced 2025-05-17 19:25:55 +08:00
Bump to 4.5.2
This commit is contained in:
@ -61,8 +61,8 @@ android {
|
||||
applicationId = "com.lagradost.cloudstream3"
|
||||
minSdk = libs.versions.minSdk.get().toInt()
|
||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||
versionCode = 65
|
||||
versionName = "4.5.1"
|
||||
versionCode = 66
|
||||
versionName = "4.5.2"
|
||||
|
||||
resValue("string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}")
|
||||
resValue("string", "commit_hash", getGitCommitHash())
|
||||
|
Reference in New Issue
Block a user