Bump version for release

Nothing new here, just a minor fix for F-Droid
This commit is contained in:
William Brawner 2021-03-12 15:43:22 -07:00
parent 94cdb70da7
commit 89d957c2d0

View file

@ -40,8 +40,8 @@ android {
applicationId "com.wbrawner.simplemarkdown"
minSdkVersion 23
targetSdkVersion 30
versionCode 33
versionName "0.8.11"
versionCode 34
versionName "0.8.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'
buildConfigField "boolean", "ENABLE_CUSTOM_CSS", "false"