Skip to content

Commit

Permalink
version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Trup3s committed Jan 13, 2022
1 parent f9fa38a commit 1214230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
API_KEY="Aq4f9s3O.WEdD6BJgSa1rANAUS6sacZPxhEVAD5kD"
API_KEY="sQV4umGh.iFr8Zzw1GGkAiiWfOBPrnOxgQh6u4dZN"
API_BASE_ADDRESS="https://tpe.seemoo.tu-darmstadt.de/api/"
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId "de.seemoo.at_tracking_detection"
minSdkVersion 21
targetSdkVersion 31
versionCode 19
versionName "1.1.0"
versionCode 20
versionName "1.1.1"

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

0 comments on commit 1214230

Please sign in to comment.