We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e967cac commit c6d9576Copy full SHA for c6d9576
atox/build.gradle.kts
@@ -13,8 +13,8 @@ android {
13
applicationId = "ltd.evilcorp.atox"
14
minSdk = AndroidSdk.minVersion
15
targetSdk = AndroidSdk.targetVersion
16
- versionCode = 10
17
- versionName = "0.7.0"
+ versionCode = 11
+ versionName = "0.7.1"
18
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
19
multiDexEnabled = true
20
}
0 commit comments