Skip to content

Commit

Permalink
Merge pull request #152 from Onegini/SDKAND-919
Browse files Browse the repository at this point in the history
SDKAND-919 Prepare release 5.6.0
  • Loading branch information
Robert Szuba authored Jun 26, 2019
2 parents ed9b5ed + a9d60bf commit 9da4fe8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ android {
applicationId "com.onegini.mobile.exampleapp"
minSdkVersion 16
targetSdkVersion 28
versionCode 16
versionName "5.5.0"
versionCode 17
versionName "5.6.0"
multiDexEnabled true
}
buildTypes {
Expand All @@ -80,7 +80,7 @@ android {

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

Expand Down Expand Up @@ -109,7 +109,7 @@ dependencies {
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
// RxJava
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
implementation 'io.reactivex.rxjava2:rxjava:2.2.6'
implementation 'io.reactivex.rxjava2:rxjava:2.2.9'
}

//according to google documentation, this plugin has to be applied at the end of the file
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 = "5.5.0";
private final String appVersion = "5.6.0";
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 9da4fe8

Please sign in to comment.