Skip to content

Commit

Permalink
Version update 1.2.4(39) -> 1.3.0(45) (eu-digital-green-certificates#298
Browse files Browse the repository at this point in the history
)
  • Loading branch information
oleksandrsarapulovgl authored Mar 30, 2022
1 parent e798c13 commit 4fcb64c
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 = 30
val javaVersion = JavaVersion.VERSION_1_8

const val versionCode = 39
const val versionName = "1.2.4"
const val versionCode = 45
const val versionName = "1.3.0"

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

0 comments on commit 4fcb64c

Please sign in to comment.