diff --git a/README.md b/README.md index fc02474..f8a246b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/buildSrc/src/main/kotlin/Dependencies.kt b/buildSrc/src/main/kotlin/Dependencies.kt index 7604aed..6fd4404 100644 --- a/buildSrc/src/main/kotlin/Dependencies.kt +++ b/buildSrc/src/main/kotlin/Dependencies.kt @@ -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 =