diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index a119bf85..e765883d 100644 --- a/androidApp/build.gradle.kts +++ b/androidApp/build.gradle.kts @@ -10,7 +10,7 @@ plugins { val versionMajor = 3 val versionMinor = 1 -val versionPatch = 1 +val versionPatch = 2 android { namespace = "org.gdglille.devfest.android" defaultConfig {