Skip to content

Commit 4517ccb

Browse files
committed
chore: bump version to 1.0.11
1 parent ecbaef6 commit 4517ccb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ android {
9191
applicationId "com.anthroid"
9292
minSdkVersion project.properties.minSdkVersion.toInteger()
9393
targetSdkVersion project.properties.targetSdkVersion.toInteger()
94-
versionCode 101000
95-
versionName "1.0.10"
94+
versionCode 101100
95+
versionName "1.0.11"
9696

9797
// Only include ARM architectures, exclude x86/x86_64
9898
ndk {

0 commit comments

Comments
 (0)