File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Change Log
2+ ==========
3+
4+ ## Version 0.3.0
5+
6+ _ 2017-04-13_
7+
8+ * Update dependencies and gradle version.
9+ * Switch to xpp3 for XML parsing.
10+
11+ ## Version 0.2.0
12+
13+ _ 2016-04-28_
14+
15+ * Initial release.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 }
88
99 dependencies {
10- classpath ' com.github.ben-manes:gradle-versions-plugin:0.12 .0'
10+ classpath ' com.github.ben-manes:gradle-versions-plugin:0.14 .0'
1111 classpath ' org.gradle.api.plugins:gradle-nexus-plugin:0.7.1'
1212 }
1313}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.10 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.5 -all.zip
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ sourceCompatibility = JavaVersion.VERSION_1_7
1010dependencies {
1111 compile gradleApi()
1212 compile localGroovy()
13- compile ' com.squareup:javapoet:1.7 .0'
14- compile ' xmlpull:xmlpull :1.1.3.1 '
13+ compile ' com.squareup:javapoet:1.8 .0'
14+ compile ' xpp3:xpp3 :1.1.4c '
1515}
You can’t perform that action at this time.
0 commit comments