Skip to content

Commit

Permalink
config: Upgrade to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-paing committed Oct 17, 2020
1 parent 95a88c1 commit ea3100a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This repo contains the code for the mVoter 2020 Android App. mVoter 2020 is an u
The code need to be compiled with following specification

- **Sdk version** : 30 (Android 11)
- **Android Studio** : 4.0.1
- **Android Studio** : 4.1.0
- **Kotlin** : 1.4.0

The App is targeted for the following specification
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object BuildConfig {

private const val versionMajor = 4
private const val versionMinor = 1
private const val versionPatch = 1
private const val versionPatch = 2
private const val versionBuild = 0

const val versionName =
Expand Down

0 comments on commit ea3100a

Please sign in to comment.