We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecbaef6 commit 4517ccbCopy full SHA for 4517ccb
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 101000
95
- versionName "1.0.10"
+ versionCode 101100
+ versionName "1.0.11"
96
97
// Only include ARM architectures, exclude x86/x86_64
98
ndk {
0 commit comments