From dc159ffbcb780fcb0a4815b9abe71e2f35a0739b Mon Sep 17 00:00:00 2001 From: Jamil Date: Sun, 28 Apr 2024 18:39:20 -0700 Subject: [PATCH] revert(android): revert to unpublished version (#4807) --- kotlin/android/app/build.gradle.kts | 2 +- scripts/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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