Skip to content

Commit

Permalink
Merge pull request #984 from zhwanng/feat-2.3.5-fixbugs
Browse files Browse the repository at this point in the history
build.gradle: Up-to-date
  • Loading branch information
zhwanng committed Aug 3, 2023
2 parents 02642e9 + c7ae2bc commit edd8609
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions app/build.gradle
Expand Up @@ -131,39 +131,40 @@ android {
implementation 'me.relex:circleindicator:2.1.6'

implementation 'com.github.kevinsawicki:http-request:6.0'
implementation 'commons-io:commons-io:2.11.0'
implementation 'commons-io:commons-io:2.13.0'
implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.3'
implementation 'com.cocosw:bottomsheet:1.5.0'

//https://github.com/google/guava
implementation "com.google.guava:guava:31.1-android"
implementation "com.google.guava:guava:32.1.2-android"

//https://github.com/Baseflow/PhotoView
implementation 'com.github.Chrisbanes:PhotoView:2.3.0'

//https://jitpack.io/#zhwanng
//https://jitpack.io
implementation 'com.github.zhwanng:XXPermissions:1.0.2'
implementation 'com.github.zhwanng.android-iconify:android-iconify:3.0.1'
implementation 'com.github.zhwanng.android-iconify:android-iconify-material-community:3.0.1'
implementation 'com.github.zhwanng:BottomSheet:v1.5.2'
implementation 'com.github.haiwen:MarkdownView:v0.19.4'
implementation 'com.github.yydcdut.RxMarkdown:markdown-processor:v0.1.3'

testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:3.0'

implementation 'com.madgag.spongycastle:core:1.54.0.0'
implementation 'com.madgag.spongycastle:prov:1.54.0.0'
implementation 'com.squareup.okhttp3:okhttp:3.9.1'
implementation 'io.reactivex.rxjava3:rxjava:3.1.5'
implementation 'io.reactivex.rxjava3:rxandroid:3.0.2'
implementation 'com.google.code.gson:gson:2.10'

implementation 'com.github.yydcdut.RxMarkdown:markdown-processor:v0.1.3'
implementation 'org.greenrobot:eventbus:3.3.1'

def glide_version = "4.14.2"
implementation "com.github.bumptech.glide:glide:$glide_version"
implementation "com.github.bumptech.glide:okhttp3-integration:$glide_version"
annotationProcessor "com.github.bumptech.glide:compiler:$glide_version"

implementation 'com.github.haiwen:MarkdownView:v0.19.4'
}
}

0 comments on commit edd8609

Please sign in to comment.