diff --git a/.gitignore b/.gitignore index c838db8..07544b8 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ *~ *.log keystore.properties +*.jks diff --git a/app/.gitignore b/app/.gitignore index cfabd20..ebc6b31 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,2 +1,3 @@ /build *.apk +/release diff --git a/app/build.gradle b/app/build.gradle index 07b13a3..d994163 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { applicationId "com.wbrawner.simplemarkdown" minSdkVersion 21 targetSdkVersion 29 - versionCode 20 - versionName "0.7.0" + versionCode 22 + versionName "0.8.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "boolean", "ENABLE_CUSTOM_CSS", "false" }