We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07eb997 commit 235863fCopy full SHA for 235863f
1 file changed
app/build.gradle.kts
@@ -73,8 +73,8 @@ android {
73
applicationId = "com.lagradost.cloudstream3"
74
minSdk = libs.versions.minSdk.get().toInt()
75
targetSdk = libs.versions.targetSdk.get().toInt()
76
- versionCode = 67
77
- versionName = "4.6.2"
+ versionCode = 68
+ versionName = "4.7.0"
78
79
resValue("string", "commit_hash", getGitCommitHash())
80
0 commit comments