diff --git a/.idea/caches/gradle_models.ser b/.idea/caches/gradle_models.ser index d7e9b33..77a44f1 100644 Binary files a/.idea/caches/gradle_models.ser and b/.idea/caches/gradle_models.ser differ diff --git a/app/build.gradle b/app/build.gradle index 436e0aa..75465d9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "at.smartshopper.smartshopperapp" minSdkVersion 26 targetSdkVersion 28 - versionCode 2 - versionName "2.0" + versionCode 3 + versionName "3.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/app/release/app-release.apk b/app/release/app-release.apk new file mode 100644 index 0000000..052351c Binary files /dev/null and b/app/release/app-release.apk differ diff --git a/app/release/app.aab b/app/release/app.aab index 7d7064a..72c8a0e 100644 Binary files a/app/release/app.aab and b/app/release/app.aab differ diff --git a/app/release/output.json b/app/release/output.json new file mode 100644 index 0000000..a23702d --- /dev/null +++ b/app/release/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":3,"versionName":"3.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file