Bump version for release
Some checks failed
Build & Test / Validate (pull_request) Successful in 16s
Build & Test / Run Unit Tests (pull_request) Failing after 9m55s
Build & Test / Run UI Tests (pull_request) Failing after 12m48s

This commit is contained in:
William Brawner 2024-08-08 18:59:27 -06:00
parent 6b9aab6909
commit a1fe811c28
Signed by: wbrawner
GPG key ID: 8FF12381C6C90D35

View file

@ -47,8 +47,8 @@ android {
applicationId = "com.wbrawner.simplemarkdown"
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.maxSdk.get().toInt()
versionCode = 41
versionName = "0.8.16"
versionCode = 42
versionName = "1.0.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments["clearPackageData"] = "true"
buildConfigField("boolean", "ENABLE_CUSTOM_CSS", "true")