Skip to content

Commit

Permalink
version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Trup3s committed Sep 8, 2021
1 parent a0f4941 commit 06f6c76
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="VFurqQIz.dUxOt0AIxt8CYEfaL2UrpA8GQcGTN1Gy"
API_KEY="f4ZZLVSf.Y0SBKFQYzpIASvT1BdhnbLTJ0jPZdTuH"
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 @@ -25,7 +25,7 @@ android {
minSdkVersion 26
targetSdkVersion 29
versionCode 16
versionName "1.0.3"
versionName "1.0.4"

buildConfigField "String", "API_KEY", apiProperties["API_KEY"]
buildConfigField "String", "API_BASE_ADDRESS", apiProperties["API_BASE_ADDRESS"]
Expand Down Expand Up @@ -71,7 +71,7 @@ dependencies {
debugImplementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.jakewharton.timber:timber:5.0.1'
implementation 'androidx.work:work-runtime-ktx:2.6.0'
implementation 'androidx.work:work-runtime-ktx:2.5.0'
implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
Expand Down

0 comments on commit 06f6c76

Please sign in to comment.