diff --git a/app/.gitignore b/app/.gitignore index 42afabf..9619475 100755 --- a/app/.gitignore +++ b/app/.gitignore @@ -1 +1,5 @@ -/build \ No newline at end of file +/build +/release/app-release.aab +/release/safemama-mobile-app.aab +/release/safemama-mobile-app1.aab +/release/safemama-mobile-app2.aab diff --git a/app/build.gradle b/app/build.gradle index 92db22b..45a2f12 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ android { applicationId "org.infinite.mantra" minSdk 21 targetSdk 34 - versionCode 3 + versionCode 4 versionName "0.0.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"