diff --git a/app/.gitignore b/app/.gitignore index d242433..8bf1c22 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,4 +1,5 @@ /build +/default /release /mapping.txt /.vscode \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index cb71ef2..0d83360 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.fox2code.mmm" minSdk 21 targetSdk 32 - versionCode 35 - versionName "0.4.0" + versionCode 36 + versionName "0.4.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }