We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77042ac commit d213aa5Copy full SHA for d213aa5
app/build.gradle.kts
@@ -24,8 +24,8 @@ android {
24
applicationId = "com.mrikso.anitube.app"
25
minSdk = 26
26
targetSdk = 35
27
- versionCode = 6
28
- versionName = "1.0.5"
+ versionCode = 7
+ versionName = "1.0.6"
29
ndk {
30
//noinspection ChromeOsAbiSupport
31
// abiFilters += listOf("armeabi-v7a", "arm64-v8a")
0 commit comments