File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ You should see a tutorial like below:
4242
4343
4444This library is using the following:
45- - CirclePageIndicator
46- - Glide for image loading
47- - Percent Support Library
45+ - CirclePageIndicator https://github.com/JakeWharton/ViewPagerIndicator
46+ - Glide for image loading - https://github.com/bumptech/glide
47+ - Percent Support Library - http://developer.android.com/intl/ru/reference/android/support/percent/package-summary.html
4848
4949# License
5050
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ android {
2929dependencies {
3030 compile fileTree(dir : ' libs' , include : [' *.jar' ])
3131 testCompile ' junit:junit:4.12'
32- compile ' com.android.support:appcompat-v7:23.0.1 '
32+ compile ' com.android.support:appcompat-v7:23.1.0 '
3333 compile ' com.android.support:percent:23.1.0'
3434 compile ' com.github.bumptech.glide:glide:3.6.0'
3535}
You can’t perform that action at this time.
0 commit comments