Skip to content

Commit

Permalink
F-Droid 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0wfreezeDev committed Jul 31, 2024
1 parent e2df728 commit 5a87437
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 19 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="AGdk9qPF.Bl9yatnjjoy9WEEjXYGVewE7ZyJET9Yy"
API_KEY="aGUuBakn.mm4dTiqKAfN6akqkzggODoJjmMkGAoWL"
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 @@ -28,8 +28,8 @@ android {
applicationId "de.seemoo.at_tracking_detection"
minSdkVersion 28
targetSdk = 34
versionCode 44
versionName "2.2"
versionCode 45
versionName "2.3"

buildConfigField "String", "API_KEY", apiProperties["API_KEY"]
buildConfigField "String", "API_BASE_ADDRESS", apiProperties["API_BASE_ADDRESS"]
Expand Down
8 changes: 0 additions & 8 deletions fastlane/metadata/android/de-DE/changelogs/39.txt

This file was deleted.

1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/changelogs/45.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Mit diesem Update unterstützen wir von nun an auch Google Find My Device Tracker.
8 changes: 0 additions & 8 deletions fastlane/metadata/android/en-US/changelogs/39.txt

This file was deleted.

1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/45.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
From this release on we also support the new Google Find My Device Trackers.

0 comments on commit 5a87437

Please sign in to comment.