diff --git a/.gitignore b/.gitignore index 603b140..d23157b 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ /captures .externalNativeBuild .cxx +/app/release +/app/debug diff --git a/app/build.gradle b/app/build.gradle index 7996360..f3b2d69 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.moxtar_1s.android.disease_charts" minSdkVersion 21 targetSdkVersion 29 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }