Skip to content

Commit 235863f

Browse files
authored
Bump to 4.7.0
1 parent 07eb997 commit 235863f

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
@@ -73,8 +73,8 @@ android {
7373
applicationId = "com.lagradost.cloudstream3"
7474
minSdk = libs.versions.minSdk.get().toInt()
7575
targetSdk = libs.versions.targetSdk.get().toInt()
76-
versionCode = 67
77-
versionName = "4.6.2"
76+
versionCode = 68
77+
versionName = "4.7.0"
7878

7979
resValue("string", "commit_hash", getGitCommitHash())
8080

0 commit comments

Comments
 (0)