Skip to content

Commit f82b84e

Browse files
author
Kane O'Riley
committed
Update gradle and dependencies (fixes generation on new Android Studio)
1 parent 6399b20 commit f82b84e

4 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

static-plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ sourceCompatibility = JavaVersion.VERSION_1_7
1010
dependencies {
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
}

0 commit comments

Comments
 (0)