3
0

Update to kimagine 0.1.12

This commit is contained in:
Prototik 2015-06-08 21:03:13 +07:00
parent 90952460b7
commit 1fb3945e86

View File

@ -182,7 +182,7 @@ repositories {
} }
} }
dependencies { dependencies {
compile 'pw.prok:KImagine:0.1.11+@jar' compile 'pw.prok:KImagine:0.1.12+@jar'
compile 'org.apache.httpcomponents:httpclient:4.4.1' compile 'org.apache.httpcomponents:httpclient:4.4.1'
} }
''') ''')
@ -199,7 +199,7 @@ repositories {
} }
dependencies { dependencies {
exported 'pw.prok:KImagine:0.1.11+@jar' exported 'pw.prok:KImagine:0.1.12+@jar'
exported 'org.apache.httpcomponents:httpclient:4.4.1' exported 'org.apache.httpcomponents:httpclient:4.4.1'
} }