File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
java/com/onegini/mobile/exampleapp Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ allprojects {
2929 Before the release please change the url below to: https://repo.onewelcome.com/artifactory/onegini-sdk
3030 Please change it back to https://repo.onewelcome.com/artifactory/public after the release
3131 */
32- url " https://repo.onewelcome.com/artifactory/public "
32+ url " https://repo.onewelcome.com/artifactory/onegini-sdk "
3333 credentials {
3434 username artifactory_user
3535 password artifactory_password
@@ -54,7 +54,7 @@ android {
5454 targetSdk 34
5555 compileSdk 34
5656 versionCode 25
57- versionName " 7.9.0 "
57+ versionName " 7.9.1 "
5858 multiDexEnabled true
5959 }
6060 buildTypes {
@@ -74,7 +74,7 @@ android {
7474
7575dependencies {
7676 // Onegini SDK
77- api(' com.onegini.mobile.sdk.android:onegini-sdk:12.2.0-SNAPSHOT @aar' ) {
77+ api(' com.onegini.mobile.sdk.android:onegini-sdk:12.1.1 @aar' ) {
7878 transitive = true
7979 }
8080 // Rest Client
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ public class OneginiConfigModel implements OneginiClientConfigModel {
1010 private final String appIdentifier = "ExampleApp" ;
1111 private final String appPlatform = "android" ;
1212 private final String redirectionUri = "oneginiexample://loginsuccess" ;
13- private final String appVersion = "7.9.0 " ;
13+ private final String appVersion = "7.9.1 " ;
1414 private final String baseURL = "https://mobile-security-proxy.onegini.com" ;
1515 private final String resourceBaseURL = "https://mobile-security-proxy.onegini.com/resources/" ;
16- private final String keystoreHash = "03eca317c8d8f6987bebce7fe3da579706b011c2b06f774c0dedc926a0be502c " ;
16+ private final String keystoreHash = "d2db0e55b4a91dca11358cbb57040c13c3b33b5c94a8f87242929c82b7d25146 " ;
1717 private final int maxPinFailures = 3 ;
18- private final String serverPublicKey = "8CBADF4C45B158A24C2CF1E14041C942BE2D39B7D317E07C9CB544F401DAE172 " ;
18+ private final String serverPublicKey = "01BF39500FA5755A69381DE3AEC2BB42DC4AE8F2040757C59174438E5E7F7B0F " ;
1919 private final String serverType = "access" ;
20- private final String serverVersion = "1.49 .0" ;
20+ private final String serverVersion = "1.50 .0" ;
2121
2222 public String getAppIdentifier () {
2323 return appIdentifier ;
You can’t perform that action at this time.
0 commit comments