Skip to content

Commit

Permalink
- version update;
Browse files Browse the repository at this point in the history
  • Loading branch information
MykhailoNester committed Apr 28, 2022
1 parent dc4b5d3 commit cfbe8ce
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 = 57
const val versionName = "1.4.2"
const val versionCode = 59
const val versionName = "1.3.1"

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

0 comments on commit cfbe8ce

Please sign in to comment.