We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ddeb6 commit a088072Copy full SHA for a088072
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 100600
95
- versionName "1.0.6"
+ versionCode 100700
+ versionName "1.0.7"
96
97
// Only include ARM architectures, exclude x86/x86_64
98
ndk {
0 commit comments