Skip to content

Commit

Permalink
Bump version to 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweener committed Jan 13, 2025
1 parent 9e2495d commit bc0d413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/ProjectConfiguration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ object ProjectConfiguration {

object Czan {
const val packageName = "com.tweener.czan"
const val versionName = "2.8.0"
const val versionName = "2.8.1"
const val namespace = "$packageName.android"
const val compileSDK = 34
const val compileSDK = 35
const val minSDK = 24

object Maven {
Expand Down

0 comments on commit bc0d413

Please sign in to comment.