Skip to content

Commit

Permalink
Version update 1.1.12(20) -> 1.1.13(21) (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandrsarapulovgl authored Aug 30, 2021
1 parent ec9684b commit 0f8e558
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 @@ -28,8 +28,8 @@ object Config {
const val targetSdk = 29
val javaVersion = JavaVersion.VERSION_1_8

const val versionCode = 20
const val versionName = "1.1.12"
const val versionCode = 21
const val versionName = "1.1.13"

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

0 comments on commit 0f8e558

Please sign in to comment.