File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments