Skip to content

Commit

Permalink
Remove unused library
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Aghazadeh committed Oct 4, 2018
1 parent f10466b commit acb8207
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ allprojects {
repositories {
jcenter()
google()
maven {
url "https://s3.amazonaws.com/repo.commonsware.com"
}
maven {
url "https://jitpack.io"
}
Expand Down
3 changes: 0 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,9 @@ dependencies {
implementation "com.android.support:support-v13:$supportLibraryVersion"
implementation "com.android.support:support-v4:$supportLibraryVersion"
implementation "com.android.support:cardview-v7:$supportLibraryVersion"
implementation "com.android.support:preference-v14:$supportLibraryVersion"

implementation 'com.commonsware.cwac:pager:0.2.6'
implementation 'commons-io:commons-io:2.6' //Apache Commons IO
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.0'
implementation 'com.github.GrenderG:Toasty:1.2.8'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
Expand Down

This file was deleted.

0 comments on commit acb8207

Please sign in to comment.