Skip to content

Commit

Permalink
adjust url for key-retrieval
Browse files Browse the repository at this point in the history
Signed-off-by: Norbert Truchsess <[email protected]>
  • Loading branch information
ntruchsess committed Mar 15, 2021
1 parent d3adec8 commit d721762
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 12
versionName "0.8"
versionCode 13
versionName "0.9"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/truchsess/send2car/cd/api/CDApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public interface CDApi {
// API Gateway
public static String API_SERVER = "https://b2vapi.bmwgroup.com";

public static String CD_SERVER = "https://www.bmw-connecteddrive.de";
public static String CD_SERVER = "https://www.bmw-connecteddrive.cz";

@FormUrlEncoded
@POST("webapi/oauth/token/")
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
2. Quickfix after relauch of BMW Portal
* adjust URL for keys

0 comments on commit d721762

Please sign in to comment.