Minor updates for release
Signed-off-by: Billy Brawner <billy@wbrawner.com>
This commit is contained in:
parent
e08d03ef01
commit
810a334bb0
3 changed files with 4 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -11,3 +11,4 @@
|
|||
*~
|
||||
*.log
|
||||
keystore.properties
|
||||
*.jks
|
||||
|
|
1
app/.gitignore
vendored
1
app/.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
/build
|
||||
*.apk
|
||||
/release
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue