Bump to 4.5.2

This commit is contained in:
Osten
2025-04-04 21:49:49 +02:00
committed by GitHub
parent ed2aaea0ee
commit ea8bb101fb

View File

@ -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())