Merge branch 'release' into 'master'

Minor updates for release

See merge request billybrawner/SimpleMarkdown!6
This commit is contained in:
Billy Brawner 2019-11-07 23:40:53 +00:00
commit 6b2a25118f
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"
} }