We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5771e commit 8d890e7Copy full SHA for 8d890e7
1 file changed
app/build.gradle
@@ -91,8 +91,8 @@ android {
91
applicationId "com.anthroid"
92
minSdkVersion project.properties.minSdkVersion.toInteger()
93
targetSdkVersion project.properties.targetSdkVersion.toInteger()
94
- versionCode 101100
95
- versionName "1.0.11"
+ versionCode 101200
+ versionName "1.0.12"
96
97
// Only include ARM architectures, exclude x86/x86_64
98
ndk {
0 commit comments