Skip to content

Commit

Permalink
Prepare release 7.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aleknow committed Jul 25, 2024
1 parent 577708a commit a81a693
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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.onewelcome.com/artifactory/onegini-sdk
Please change it back to https://repo.onewelcome.com/artifactory/public after the release
*/
url "https://repo.onewelcome.com/artifactory/public"
url "https://repo.onewelcome.com/artifactory/onegini-sdk"
credentials {
username artifactory_user
password artifactory_password
Expand All @@ -54,7 +54,7 @@ android {
targetSdk 34
compileSdk 34
versionCode 25
versionName "7.9.0"
versionName "7.9.1"
multiDexEnabled true
}
buildTypes {
Expand All @@ -74,7 +74,7 @@ android {

dependencies {
// Onegini SDK
api('com.onegini.mobile.sdk.android:onegini-sdk:12.2.0-SNAPSHOT@aar') {
api('com.onegini.mobile.sdk.android:onegini-sdk:12.1.1@aar') {
transitive = true
}
// Rest Client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ 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.9.0";
private final String appVersion = "7.9.1";
private final String baseURL = "https://mobile-security-proxy.onegini.com";
private final String resourceBaseURL = "https://mobile-security-proxy.onegini.com/resources/";
private final String keystoreHash = "03eca317c8d8f6987bebce7fe3da579706b011c2b06f774c0dedc926a0be502c";
private final String keystoreHash = "d2db0e55b4a91dca11358cbb57040c13c3b33b5c94a8f87242929c82b7d25146";
private final int maxPinFailures = 3;
private final String serverPublicKey = "8CBADF4C45B158A24C2CF1E14041C942BE2D39B7D317E07C9CB544F401DAE172";
private final String serverPublicKey = "01BF39500FA5755A69381DE3AEC2BB42DC4AE8F2040757C59174438E5E7F7B0F";
private final String serverType = "access";
private final String serverVersion = "1.49.0";
private final String serverVersion = "1.50.0";

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

0 comments on commit a81a693

Please sign in to comment.