Skip to content

Commit

Permalink
Prepare next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Szuba committed Apr 18, 2019
1 parent 16f02e9 commit 753591b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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/onegini-sdk"
url "https://repo.onegini.com/artifactory/public"
credentials {
username artifactory_user
password artifactory_password
Expand Down Expand Up @@ -80,7 +80,7 @@ android {

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

Expand Down

0 comments on commit 753591b

Please sign in to comment.