diff --git a/.gitignore b/.gitignore index b9f5f0cd..5cabcc68 100755 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,5 @@ $RECYCLE.BIN/ .DS_Store Thumbs.db UserInterfaceState.xcuserstate +/android/app/release/ + diff --git a/android/app/build.gradle b/android/app/build.gradle index fbd4e017..32ddd3bf 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.beanconqueror.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 70501 - versionName "7.5.1" + versionCode 80000 + versionName "8.0.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.