diff --git a/kotlin/android/app/build.gradle.kts b/kotlin/android/app/build.gradle.kts index 7dffd925c..7fceb98fc 100644 --- a/kotlin/android/app/build.gradle.kts +++ b/kotlin/android/app/build.gradle.kts @@ -56,7 +56,7 @@ android { targetSdk = 34 versionCode = (System.currentTimeMillis() / 1000 / 10).toInt() // mark:automatic-version - versionName = "1.0.2" + versionName = "1.0.1" multiDexEnabled = true testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/scripts/Makefile b/scripts/Makefile index ff646294f..dbc718195 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -2,7 +2,7 @@ # See discussion here: https://github.com/firezone/firezone/issues/2041 # and PR changing it here: https://github.com/firezone/firezone/pull/2949 apple-version = 1.0.3 -android-version = 1.0.2 +android-version = 1.0.1 cargo-version = 1.0.1 website-version = 1.0.0 elixir-version = 1.0.1