Skip to content

Commit ea8bb10

Browse files
authored
Bump to 4.5.2
1 parent ed2aaea commit ea8bb10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ android {
6161
applicationId = "com.lagradost.cloudstream3"
6262
minSdk = libs.versions.minSdk.get().toInt()
6363
targetSdk = libs.versions.targetSdk.get().toInt()
64-
versionCode = 65
65-
versionName = "4.5.1"
64+
versionCode = 66
65+
versionName = "4.5.2"
6666

6767
resValue("string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}")
6868
resValue("string", "commit_hash", getGitCommitHash())

0 commit comments

Comments
 (0)