We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd00108 commit 70e23f1Copy full SHA for 70e23f1
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 100800
95
- versionName "1.0.8"
+ versionCode 100900
+ versionName "1.0.9"
96
97
// Only include ARM architectures, exclude x86/x86_64
98
ndk {
0 commit comments