File tree Expand file tree Collapse file tree 5 files changed +13
-10
lines changed Expand file tree Collapse file tree 5 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ The default display state is `DisplayState.NONE'.
3939 <dependency >
4040 <groupId >it.sephiroth.android.library.imagezoom</groupId >
4141 <artifactId >imagezoom</artifactId >
42- <version >2.3.0 </version >
42+ <version >2.3.1 </version >
4343 </dependency >
4444
4545##Usage (Gradle)
Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ buildscript {
22 repositories {
33 jcenter()
44 mavenLocal()
5+ google()
56 }
67
78 dependencies {
8- classpath ' com.android.tools.build:gradle:2.3.3 '
9+ classpath ' com.android.tools.build:gradle:3.0.0-rc1 '
910 }
1011}
1112
@@ -16,5 +17,6 @@ allprojects {
1617 repositories {
1718 jcenter()
1819 mavenCentral()
20+ google()
1921 }
20- }
22+ }
Original file line number Diff line number Diff line change 11
2- VERSION_NAME =2.3.0
2+ VERSION_NAME =2.3.1
33GROUP =it.sephiroth.android.library.imagezoom
44
55POM_DESCRIPTION =Android ImageView widget with zoom and pan capabilities
@@ -16,8 +16,9 @@ POM_SCM_URL=https://github.com/sephiroth74/ImageViewZoom
1616POM_SCM_CONNECTION =scm:
[email protected] :sephiroth74/ImageViewZoom
1717POM_SCM_DEV_CONNECTION =scm:
[email protected] :sephiroth74/ImageViewZoom.git
1818
19- ANDROID_BUILD_TARGET_SDK_VERSION =25
20- ANDROID_BUILD_TOOLS_VERSION =25.0.3
21- ANDROID_BUILD_SDK_VERSION =25
19+ ANDROID_BUILD_TARGET_SDK_VERSION =26
20+ ANDROID_BUILD_TOOLS_VERSION =26.0.2
21+ ANDROID_BUILD_SDK_VERSION =26
22+ ANDROID_SUPPORT_LIB_VERSION =26.1.0
2223
2324org.gradle.daemon =true
Original file line number Diff line number Diff line change 1- # Tue Jun 27 18:55:51 EEST 2017
1+ # Sat Oct 21 23:42:36 GMT+06:00 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ android {
3333}
3434
3535dependencies {
36- implementation " com.android.support:support-compat:26.1.0 "
36+ implementation " com.android.support:support-compat:$A NDROID_SUPPORT_LIB_VERSION "
3737}
3838
3939apply from : rootProject. file(' checkstyle.gradle' )
You can’t perform that action at this time.
0 commit comments