Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickunterwegs committed Jan 3, 2025
1 parent a9c4c72 commit a908066
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
buildConfigField("long", "buildTime", "${System.currentTimeMillis()}L")
minSdk = 23
targetSdk = 35
versionCode = 210000003
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)
versionCode = 210000004
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)
buildConfigField("String", "versionCodename", "\"Pride is a protest \uD83C\uDF08\"")
multiDexEnabled = true
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -211,7 +211,8 @@ dependencies {
// third-party libs
implementation(libs.mikepenz.aboutLibraries)
implementation(libs.colorpicker.compose) // Compose Color Picker
implementation(libs.markdowntext) // Markdown support
//implementation(libs.markdowntext) // Markdown support
implementation(libs.twain) // Markdown support
implementation(libs.osmdroid.android) //Open Street Maps
implementation (libs.calendar.compose)
implementation (libs.reorderable)
Expand Down

0 comments on commit a908066

Please sign in to comment.