Bump version to 1.1.0

This commit is contained in:
Alexander Batalov
2022-09-23 09:42:47 +03:00
parent 7a455dcad5
commit cb9c72d1db
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ android {
applicationId 'com.alexbatalov.fallout2ce'
minSdk 21
targetSdk 32
versionCode 1
versionName '1.0'
versionCode 2
versionName '1.1.0'
externalNativeBuild {
cmake {
arguments '-DANDROID_STL=c++_static'