Skip to content

Commit

Permalink
Merge pull request #260 from onewelcome/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
marcin-onegini authored Jun 8, 2022
2 parents 12a048c + 8f2af19 commit 40aa770
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016-2021 Onegini B.V.
* Copyright (c) 2016-2022 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 @@ -43,8 +43,8 @@ allprojects {
}

android {
compileSdkVersion 31
buildToolsVersion '31.0.0'
compileSdkVersion 32
buildToolsVersion '32.0.0'

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand All @@ -54,9 +54,9 @@ android {
defaultConfig {
applicationId "com.onegini.mobile.exampleapp"
minSdkVersion 23
targetSdkVersion 31
targetSdkVersion 32
versionCode 24
versionName "7.4.1"
versionName "7.5.0"
multiDexEnabled true
}
buildTypes {
Expand All @@ -75,7 +75,7 @@ android {

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ 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.4.1";
private final String appVersion = "7.5.0";
private final String baseURL = "https://demo-msp.onegini.com";
private final String resourceBaseURL = "https://demo-msp.onegini.com/resources/";
private final String keystoreHash = "ccdb135bb60c2a1afd24ff59a850769826952679cb69593e8e4b713802fa18e2";
private final String serverPublicKey = "DA6F38870F9EDCDB1A9B6CE577F795E8A95A0D78C124902BD214EAAB7FF96F0E";
private final String keystoreHash = "cdf78d87c0077247448535103aa333fecac18ae6a074e051ed8c331ee9581061";
private final String serverPublicKey = "BBFFCC164C1AC014069B6C2C96E012E434D064F1EB736EF0E2470EFF15410D9D";

@Override
public String getAppIdentifier() {
Expand Down
Binary file modified app/src/main/res/raw/keystore.bks
Binary file not shown.

0 comments on commit 40aa770

Please sign in to comment.