Skip to content

Commit

Permalink
changed init endpoint url
Browse files Browse the repository at this point in the history
fix sdk dependency error due to repo renaming
  • Loading branch information
Sukru Avcuoglu committed Apr 30, 2021
1 parent b9300ba commit 0111d7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0.0"
versionName "1.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -61,7 +61,7 @@ dependencies {
implementation "org.koin:koin-androidx-scope:2.0.1"
implementation "org.koin:koin-androidx-viewmodel:2.0.1"

implementation 'com.benbria:loop-android-sdk:1.0'
implementation 'com.benbria:loop-android-sdk:1.0.3'

testImplementation 'junit:junit:4.13.2'

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {
google()
jcenter()
maven {
url "https://maven.pkg.github.com/benbria/sdk_android"
url "https://maven.pkg.github.com/benbria/loop-sdk-android"
name "GitHubPackages"
credentials {
username = project.findProperty("github_username") ?: System.getenv("GITHUB_USER")
Expand Down

0 comments on commit 0111d7b

Please sign in to comment.