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
keystore.properties
*.jks

1
app/.gitignore vendored
View file

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

View file

@ -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"
}