Skip to content

Commit

Permalink
Updating VERSION_CODE & VERSION_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuppan committed Nov 27, 2023
1 parent ba3c707 commit 3fe365d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const val TARGET_SDK = 34
const val COMPILE_SDK: Int = 34
const val MIN_SDK = 21

const val VERSION_CODE = 6
const val VERSION_NAME = "1.0.6"
const val VERSION_CODE = 7
const val VERSION_NAME = "1.0.7"

const val BENCHMARK_RUNNER = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 3fe365d

Please # to comment.