File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Sparkle Motion can also animate Views within ViewPager. It uses ViewPager's [Pag
2020Add Sparkle Motion as dependency via Gradle:
2121
2222``` groovy
23- compile 'com.ifttt:sparklemotion:1.0.0 '
23+ compile 'com.ifttt:sparklemotion:1.0.1 '
2424```
2525
2626## JazzHands and RazzleDazzle
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ apply plugin: 'checkstyle'
1616apply plugin : ' com.github.dcendents.android-maven'
1717apply plugin : ' com.jfrog.bintray'
1818
19- version = " 1.0.0 "
19+ version = " 1.0.1 "
2020
2121android {
2222 compileSdkVersion 23
@@ -26,7 +26,7 @@ android {
2626 minSdkVersion 15
2727 targetSdkVersion 22
2828 versionCode 1
29- versionName " 1.0.0 "
29+ versionName " 1.0.1 "
3030 }
3131}
3232
You can’t perform that action at this time.
0 commit comments