Skip to content

Commit

Permalink
Merge pull request #185 from Onegini/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
aleknow committed Jun 15, 2021
2 parents b4240fc + 3a4b4f2 commit 8be1c55
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
Expand Up @@ -45,7 +45,7 @@ allprojects {

android {
compileSdkVersion 30
buildToolsVersion '30.0.2'
buildToolsVersion '30.0.3'

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand All @@ -56,8 +56,8 @@ android {
applicationId "com.onegini.mobile.exampleapp"
minSdkVersion 23
targetSdkVersion 30
versionCode 20
versionName "7.0.0"
versionCode 21
versionName "7.1.0"
multiDexEnabled true
}
buildTypes {
Expand All @@ -79,7 +79,7 @@ android {

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

Expand Down
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 = "7.0.0";
private final String appVersion = "7.1.0";
private final String baseURL = "https://demo-msp.onegini.com";
private final String resourceBaseURL = "https://demo-msp.onegini.com/resources/";
private final String keystoreHash = "b76a556a9b19645ef4b1f9dbb620ca5aa98a25d50bea4af06381604f70e48b9b";
Expand Down

0 comments on commit 8be1c55

Please sign in to comment.