Skip to content

Commit

Permalink
Bump app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-BaptisteC committed Jul 21, 2024
1 parent 266c7fd commit 3829501
Showing 1 changed file with 2 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 = 23
targetSdk = 34
versionCode = 22
versionName = "3.3.1"
versionCode = 23
versionName = "3.3.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

0 comments on commit 3829501

Please # to comment.