Skip to content

Commit d213aa5

Browse files
committed
feat: bump version to 1.0.6
1 parent 77042ac commit d213aa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId = "com.mrikso.anitube.app"
2525
minSdk = 26
2626
targetSdk = 35
27-
versionCode = 6
28-
versionName = "1.0.5"
27+
versionCode = 7
28+
versionName = "1.0.6"
2929
ndk {
3030
//noinspection ChromeOsAbiSupport
3131
// abiFilters += listOf("armeabi-v7a", "arm64-v8a")

0 commit comments

Comments
 (0)