Skip to content

Commit

Permalink
Updating the android version code and name
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuppan committed Nov 27, 2023
1 parent c6c8649 commit eebc570
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ object Versions {
const val minSdk = 21
const val targetSdk = 34

const val versionCode = 20
const val versionName = "1.1.0"
const val versionCode = 21
const val versionName = "1.1.1"

const val groupId = "com.github.nkuppan"

Expand Down

0 comments on commit eebc570

Please sign in to comment.