We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2aaea commit ea8bb10Copy full SHA for ea8bb10
1 file changed
app/build.gradle.kts
@@ -61,8 +61,8 @@ android {
61
applicationId = "com.lagradost.cloudstream3"
62
minSdk = libs.versions.minSdk.get().toInt()
63
targetSdk = libs.versions.targetSdk.get().toInt()
64
- versionCode = 65
65
- versionName = "4.5.1"
+ versionCode = 66
+ versionName = "4.5.2"
66
67
resValue("string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}")
68
resValue("string", "commit_hash", getGitCommitHash())
0 commit comments