Skip to content

Commit

Permalink
SKDAND-1457 Prepare release 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aleknow committed Feb 3, 2023
1 parent b07708a commit 198398d
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
Expand Up @@ -29,7 +29,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 All @@ -54,8 +54,8 @@ android {
applicationId "com.onegini.mobile.exampleapp"
minSdkVersion 23
targetSdkVersion 33
versionCode 24
versionName "7.5.0"
versionCode 25
versionName "7.6.0"
multiDexEnabled true
}
buildTypes {
Expand All @@ -74,7 +74,7 @@ android {

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

Expand All @@ -97,8 +97,8 @@ dependencies {
implementation 'com.jakewharton:butterknife:10.2.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.0'
// RxJava
implementation 'io.reactivex.rxjava3:rxjava:3.1.3'
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
implementation 'io.reactivex.rxjava3:rxjava:3.1.5'
implementation 'io.reactivex.rxjava3:rxandroid:3.0.2'
}

//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,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.5.0";
private final String appVersion = "7.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 = "cdf78d87c0077247448535103aa333fecac18ae6a074e051ed8c331ee9581061";
private final String serverPublicKey = "BBFFCC164C1AC014069B6C2C96E012E434D064F1EB736EF0E2470EFF15410D9D";
private final String keystoreHash = "22d561f71686e14ed039931c5433f7f08bc250ec7580ce25e76c9f86e8e54a4e";
private final String serverPublicKey = "090B49997E629BA51A8811E6854378B6547C1FD47EDEEBFD72A3218681FE8FE4";

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

0 comments on commit 198398d

Please sign in to comment.