Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Commit 472b9ba

Browse files
committed
updated readme and dependencies
1 parent 1c458fb commit 472b9ba

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ You should see a tutorial like below:
4242

4343

4444
This 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

materialhelptutorial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
dependencies {
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
}

0 commit comments

Comments
 (0)