chore(android): Release Android 1.4.2 (#8145)

This commit is contained in:
Jamil
2025-02-16 12:59:12 -08:00
committed by GitHub
parent 311988c5a2
commit d38ec466b9
8 changed files with 12 additions and 15 deletions

View File

@@ -53,7 +53,7 @@ android {
targetSdk = 35
versionCode = (System.currentTimeMillis() / 1000 / 10).toInt()
// mark:next-android-version
versionName = "1.4.2"
versionName = "1.4.3"
multiDexEnabled = true
testInstrumentationRunner = "dev.firezone.android.core.HiltTestRunner"