Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DwEnn committed Nov 8, 2023
1 parent aa557b5 commit c4e8a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/AppConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ object AppConfig {
const val targetSdkVersion = 33
const val compileSdkVersion = 33

const val versionCode = 4
const val versionName = "1.0.0"
const val versionCode = 5
const val versionName = "1.0.1"

const val androidTestInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
const val proguardConsumerRules = "consumer-rules.pro"
Expand Down

0 comments on commit c4e8a0e

Please sign in to comment.