Skip to content

Commit

Permalink
Prepare 7.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Szuba committed Jan 28, 2021
1 parent 59f6ed9 commit e8b5aa7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {
Before the release please change the url below to: https://repo.onegini.com/artifactory/onegini-sdk
Please change it back to https://repo.onegini.com/artifactory/public after the release
*/
url "https://repo.onegini.com/artifactory/public"
url "https://repo.onegini.com/artifactory/onegini-sdk"
credentials {
username artifactory_user
password artifactory_password
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016-2018 Onegini B.V.
* Copyright (c) 2016-2021 Onegini B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -28,7 +28,8 @@ public class OneginiConfigModel implements OneginiClientConfigModel {
private final String appVersion = "7.0.0";
private final String baseURL = "https://demo-msp.onegini.com";
private final String resourceBaseURL = "https://demo-msp.onegini.com/resources/";
private final String keystoreHash = "b243b00e336e0b8f0c212779e0a276a382768a99706e452098ab0f3f77e8f616";
private final String keystoreHash = "b76a556a9b19645ef4b1f9dbb620ca5aa98a25d50bea4af06381604f70e48b9b";
private final String serverPublicKey = "7BE84689A28B993F917C47EBE74A089C8C9A7B8F8898D43C9AD9A8D7E8B16298";

@Override
public String getAppIdentifier() {
Expand Down Expand Up @@ -77,7 +78,7 @@ public String getDeviceName() {

@Override
public String getServerPublicKey() {
return "7BE84689A28B993F917C47EBE74A089C8C9A7B8F8898D43C9AD9A8D7E8B16298";
return serverPublicKey;
}

@Override
Expand Down
Binary file modified app/src/main/res/raw/keystore.bks
Binary file not shown.

0 comments on commit e8b5aa7

Please sign in to comment.