mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore: Release Android 1.4.1 (#7911)
This commit is contained in:
4
.github/workflows/_kotlin.yml
vendored
4
.github/workflows/_kotlin.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# mark:next-android-version
|
||||
RELEASE_NAME: android-client-1.4.1
|
||||
RELEASE_NAME: android-client-1.4.2
|
||||
run: |
|
||||
export ARTIFACT_PATH="$RUNNER_TEMP/firezone-${RELEASE_NAME}.${{ matrix.package-type }}"
|
||||
cp "${{ matrix.output-path }}" "$ARTIFACT_PATH"
|
||||
@@ -88,7 +88,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
# mark:next-android-version
|
||||
RELEASE_NAME: android-client-1.4.1
|
||||
RELEASE_NAME: android-client-1.4.2
|
||||
steps:
|
||||
- uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v6.0.0
|
||||
if: "${{ github.event_name == 'workflow_dispatch' && github.ref_name == 'main' }}"
|
||||
|
||||
@@ -53,7 +53,7 @@ android {
|
||||
targetSdk = 35
|
||||
versionCode = (System.currentTimeMillis() / 1000 / 10).toInt()
|
||||
// mark:next-android-version
|
||||
versionName = "1.4.1"
|
||||
versionName = "1.4.2"
|
||||
multiDexEnabled = true
|
||||
testInstrumentationRunner = "dev.firezone.android.core.HiltTestRunner"
|
||||
|
||||
|
||||
2
rust/Cargo.lock
generated
2
rust/Cargo.lock
generated
@@ -1037,7 +1037,7 @@ checksum = "baf0a07a401f374238ab8e2f11a104d2851bf9ce711ec69804834de8af45c7af"
|
||||
|
||||
[[package]]
|
||||
name = "connlib-client-android"
|
||||
version = "1.4.1"
|
||||
version = "1.4.2"
|
||||
dependencies = [
|
||||
"android_log-sys",
|
||||
"anyhow",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "connlib-client-android"
|
||||
# mark:next-android-version
|
||||
version = "1.4.1"
|
||||
version = "1.4.2"
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
|
||||
|
||||
@@ -82,8 +82,8 @@ function apple() {
|
||||
# 7. Commit the changes and open a PR. Ensure the Changelog is correctly
|
||||
# updated with the changes.
|
||||
function android() {
|
||||
current_android_version="1.4.0"
|
||||
next_android_version="1.4.1"
|
||||
current_android_version="1.4.1"
|
||||
next_android_version="1.4.2"
|
||||
|
||||
find website -type f -name "redirects.js" -exec sed "${SEDARG[@]}" -e '/mark:current-android-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_android_version}"'/g;}' {} \;
|
||||
find website -type f -name "route.ts" -exec sed "${SEDARG[@]}" -e '/mark:current-android-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_android_version}"'/g;}' {} \;
|
||||
|
||||
@@ -22,7 +22,7 @@ module.exports = [
|
||||
source: "/dl/firezone-client-android/latest",
|
||||
destination:
|
||||
// mark:current-android-version
|
||||
"https://www.github.com/firezone/firezone/releases/download/android-client-1.4.0/firezone-android-client-1.4.0.apk",
|
||||
"https://www.github.com/firezone/firezone/releases/download/android-client-1.4.1/firezone-android-client-1.4.1.apk",
|
||||
permanent: false,
|
||||
},
|
||||
/*
|
||||
|
||||
@@ -7,7 +7,7 @@ export async function GET(_req: NextRequest) {
|
||||
// mark:current-apple-version
|
||||
apple: "1.4.0",
|
||||
// mark:current-android-version
|
||||
android: "1.4.0",
|
||||
android: "1.4.1",
|
||||
// mark:current-gui-version
|
||||
gui: "1.4.1",
|
||||
// mark:current-headless-version
|
||||
|
||||
Reference in New Issue
Block a user