Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-BaptisteC committed Feb 4, 2024
1 parent 1f7ba86 commit 0794454
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId = "org.eu.exodus_privacy.exodusprivacy"
minSdk = 21
targetSdk = 34
versionCode = 18
versionName = "3.2.1"
versionCode = 19
versionName = "3.2.2"
testInstrumentationRunner = "org.eu.exodus_privacy.exodusprivacy.ExodusTestRunner"
val API_KEY = System.getenv("EXODUS_API_KEY")
buildConfigField("String", "EXODUS_API_KEY", "\"$API_KEY\"")
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed connection to Exodus server
1 change: 1 addition & 0 deletions fastlane/metadata/android/fr-FR/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Correction de la connexion au serveur Exodus

0 comments on commit 0794454

Please sign in to comment.