Skip to content

Commit a908066

Browse files
version bump
1 parent a9c4c72 commit a908066

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/build.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929
buildConfigField("long", "buildTime", "${System.currentTimeMillis()}L")
3030
minSdk = 23
3131
targetSdk = 35
32-
versionCode = 210000003
33-
versionName = "2.10.00-alpha03" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
32+
versionCode = 210000004
33+
versionName = "2.10.00-beta01" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
3434
buildConfigField("String", "versionCodename", "\"Pride is a protest \uD83C\uDF08\"")
3535
multiDexEnabled = true
3636
vectorDrawables.useSupportLibrary = true
@@ -211,7 +211,8 @@ dependencies {
211211
// third-party libs
212212
implementation(libs.mikepenz.aboutLibraries)
213213
implementation(libs.colorpicker.compose) // Compose Color Picker
214-
implementation(libs.markdowntext) // Markdown support
214+
//implementation(libs.markdowntext) // Markdown support
215+
implementation(libs.twain) // Markdown support
215216
implementation(libs.osmdroid.android) //Open Street Maps
216217
implementation (libs.calendar.compose)
217218
implementation (libs.reorderable)

0 commit comments

Comments
 (0)