Minor updates for release

Signed-off-by: Billy Brawner <billy@wbrawner.com>
This commit is contained in:
Billy Brawner 2019-11-07 17:34:15 -06:00 committed by William Brawner
parent e08d03ef01
commit 810a334bb0
3 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View file

@ -11,3 +11,4 @@
*~ *~
*.log *.log
keystore.properties keystore.properties
*.jks

1
app/.gitignore vendored
View file

@ -1,2 +1,3 @@
/build /build
*.apk *.apk
/release

View file

@ -38,8 +38,8 @@ android {
applicationId "com.wbrawner.simplemarkdown" applicationId "com.wbrawner.simplemarkdown"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 20 versionCode 22
versionName "0.7.0" versionName "0.8.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "boolean", "ENABLE_CUSTOM_CSS", "false" buildConfigField "boolean", "ENABLE_CUSTOM_CSS", "false"
} }