Skip to content

Commit

Permalink
Merge pull request #33 from sbxcloud/annotationlib
Browse files Browse the repository at this point in the history
library with  implement java library
  • Loading branch information
lgguzman committed May 25, 2018
2 parents 4115bd9 + cac9d82 commit 5a1b541
Show file tree
Hide file tree
Showing 47 changed files with 194 additions and 3,061 deletions.
17 changes: 9 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.github.dcendents.android-maven'
group='com.github.sbxcloud'
android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
buildToolsVersion "27.0.3"
defaultConfig {

minSdkVersion 15
Expand All @@ -31,17 +31,18 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
implementation fileTree(dir: 'libs', include: ['*.jar'])
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.squareup.okhttp3:logging-interceptor:3.4.1'
compile 'com.squareup.okhttp3:okhttp:3.4.1'
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
implementation 'com.squareup.okhttp3:logging-interceptor:3.9.1'
implementation 'com.squareup.okhttp3:okhttp:3.9.1'
implementation 'com.github.sbxcloud:sbxcloudjava:v1.0.3-alpha.3'
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
// Because RxAndroid releases are few and far between, it is recommended you also
// explicitly depend on RxJava's latest version for bug fixes and new features.
compile 'io.reactivex.rxjava2:rxjava:2.0.1'
testCompile 'junit:junit:4.12'
implementation 'io.reactivex.rxjava2:rxjava:2.1.6'
testImplementation 'junit:junit:4.12'
// testCompile 'org.mockito:mockito-core:1.10.19'
// testCompile 'org.json:json:20140107'
}
Expand Down
Loading

0 comments on commit 5a1b541

Please sign in to comment.