Bump version for release
This commit is contained in:
parent
5abfe147f3
commit
e8eb71e18b
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ android {
|
|||
applicationId = "com.wbrawner.simplemarkdown"
|
||||
minSdk = libs.versions.minSdk.get().toInt()
|
||||
targetSdk = libs.versions.maxSdk.get().toInt()
|
||||
versionCode = 44
|
||||
versionName = "1.0.2"
|
||||
versionCode = 45
|
||||
versionName = "2024.10.0"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
testInstrumentationRunnerArguments["clearPackageData"] = "true"
|
||||
buildConfigField("boolean", "ENABLE_CUSTOM_CSS", "true")
|
||||
|
|
Loading…
Reference in a new issue