Skip to content

Commit

Permalink
release changes (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
anwzhang authored Feb 21, 2019
1 parent 9cec7f0 commit fc86a85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PrebidMobile/API1.0Demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {

repositories{
maven {
url 'https://oss.sonatype.org/service/local/repositories/orgprebid-1018/content'
url 'https://oss.sonatype.org/service/local/repositories/orgprebid-1020/content'
}
}

Expand All @@ -45,7 +45,7 @@ dependencies {
}
sourceCodeImplementation project(':API1.0')
localJarImplementation fileTree(dir: 'libs', include: ['*.jar'])
mavenImplementation 'org.prebid:prebid-mobile-sdk:1.0'
mavenImplementation 'org.prebid:prebid-mobile-sdk:[1,2)'
androidTestImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.0'
androidTestImplementation 'androidx.test:rules:1.1.1'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Get started with Prebid Mobile by creating a Prebid Server account [here](http:/
Easily include the Prebid Mobile SDK using Maven. Simply add this line to your gradle dependencies:

```
compile 'org.prebid:prebid-mobile-sdk:[0,1)'
compile 'org.prebid:prebid-mobile-sdk:[1,2)'
```


Expand Down

0 comments on commit fc86a85

Please sign in to comment.