Skip to content

Commit

Permalink
adjust BaseURL of API
Browse files Browse the repository at this point in the history
Signed-off-by: Norbert Truchsess <[email protected]>
  • Loading branch information
ntruchsess committed Mar 12, 2021
1 parent dfd0e34 commit d3adec8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.truchsess.send2car"
minSdkVersion 16
targetSdkVersion 28
versionCode 11
versionName "0.7"
versionCode 12
versionName "0.8"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public interface ServiceMessageListener {
}

public SendServiceMessageController() {
mSendServiceMessage = new SendServiceMessage(CDApi.CD_SERVER);
mSendServiceMessage = new SendServiceMessage(CDApi.API_SERVER);
mGeoUrl = new GeoUrl();
mNominatimCall = new NominatimCall();

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Quickfix after relauch of BMW Portal
* adjust BaseURL of API (can send locations and load VINs but not the API-keys yet)

0 comments on commit d3adec8

Please sign in to comment.