Skip to content

Commit

Permalink
Bumped version to 0.8.1 (27)
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Oct 8, 2022
1 parent 0f1c3a5 commit bc263f0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ object LibraryConstants {
const val group = "com.chrynan.colors"
const val owner = "chrynan"
const val repoName = "colors"
const val versionName = "0.8.0"
const val versionCode = 26
const val versionName = "0.8.1"
const val versionCode = 27
const val versionDescription = "Release $versionName ($versionCode)"
const val license = "Apache-2.0"
const val vcsUrl = "https://github.com/chRyNaN/colors.git"

object Android {

const val compileSdkVersion = 31
const val compileSdkVersion = 33
const val minSdkVersion = 23
const val targetSdkVersion = 31
const val targetSdkVersion = 33
}
}

0 comments on commit bc263f0

Please sign in to comment.