Skip to content

Commit

Permalink
Build Gradle for version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0wfreezeDev committed Aug 8, 2024
1 parent 03a2aa8 commit b0672a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId "de.seemoo.at_tracking_detection"
minSdkVersion 28
targetSdk = 34
versionCode 45
versionName "2.3"
versionCode 46
versionName "2.3.1"

buildConfigField "String", "API_KEY", apiProperties["API_KEY"]
buildConfigField "String", "API_BASE_ADDRESS", apiProperties["API_BASE_ADDRESS"]
Expand Down

0 comments on commit b0672a2

Please sign in to comment.