Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
SundyJin committed Jul 20, 2017
1 parent 1320270 commit a8fba54
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.github.megatronking:svg-plugin:1.3.7'
classpath 'com.github.megatronking:svg-plugin:1.3.8'
}
}

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cd5677d9fc909dc7a9845b17b6e4530a
a7b89095f25007eea5135b729a9260a6
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1a1018f461187b132a849b07f0349821a574a16a
cd28076bff492965adb32d3fdc3f6eb69c890cd5
5 changes: 3 additions & 2 deletions maven/com/github/megatronking/svg-plugin/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
<groupId>com.github.megatronking</groupId>
<artifactId>svg-plugin</artifactId>
<versioning>
<release>1.3.7</release>
<release>1.3.8</release>
<versions>
<version>1.3.2</version>
<version>1.3.3</version>
<version>1.3.4</version>
<version>1.3.5</version>
<version>1.3.6</version>
<version>1.3.7</version>
<version>1.3.8</version>
</versions>
<lastUpdated>20170216100000</lastUpdated>
<lastUpdated>20170720033619</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cac8c58d4edb90ac4bfee2d677b0276b
ce13b222ddfae93420e62e991f47e2b2
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0828aa204aede8de97e83bd235efc4d7b9c4bcf6
871f8dc762d301ff0225e4844037141dd40c1bdb
2 changes: 1 addition & 1 deletion svg-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:24.2.0'
testCompile 'junit:junit:4.12'
compile 'com.github.megatronking:svg-support:1.3.1'
compile 'com.github.megatronking:svg-support:1.3.2'
}

0 comments on commit a8fba54

Please sign in to comment.