diff --git a/app/build.gradle b/app/build.gradle index 684b464b..297a4f99 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,8 +31,8 @@ android { applicationId "com.lagradost.cloudstream3" minSdkVersion 21 targetSdkVersion 31 - versionCode 25 - versionName "1.9.9" + versionCode 26 + versionName "1.9.10" resValue "string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}"