Skip to content

Commit

Permalink
Update to the latest sdk 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Szuba committed Jun 28, 2017
1 parent c169d24 commit 49a010f
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -51,7 +51,7 @@ android {
minSdkVersion 16
targetSdkVersion 25
versionCode 9
versionName "3.0.0"
versionName "3.0.1"
multiDexEnabled true
}
buildTypes {
Expand All @@ -73,7 +73,7 @@ android {

dependencies {
// Onegini SDK
compile('com.onegini.mobile.sdk.android:onegini-sdk:7.0.1-SNAPSHOT@aar') {
compile('com.onegini.mobile.sdk.android:onegini-sdk:7.0.1@aar') {
transitive = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class OneginiConfigModel implements OneginiClientConfigModel {
private final String appIdentifier = "ExampleApp";
private final String appPlatform = "android";
private final String redirectionUri = "oneginiexample://loginsuccess";
private final String appVersion = "3.0.0";
private final String appVersion = "3.0.1";
private final String baseURL = "https://demo-msp.onegini.com";
private final String resourceBaseURL = "https://demo-msp.onegini.com/resources";
private final String keystoreHash = "910638c3e6c17ec9ab2a74969abab06b34470d29c21d8ad8a65af243a1ccb69f";
Expand Down

0 comments on commit 49a010f

Please sign in to comment.