@@ -31,8 +31,8 @@ buildscript {
3131 mavenLocal()
3232 }
3333 dependencies {
34- classpath ' com.android.tools.build:gradle:3.2.0-rc02 '
35- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+ '
34+ classpath ' com.android.tools.build:gradle:3.2.0-rc03 '
35+ classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4 '
3636 }
3737}
3838
@@ -44,7 +44,7 @@ allprojects {
4444 maven { url " https://dl.bintray.com/ethereum/maven/" }
4545 maven { url ' https://clojars.org/repo/' }
4646 maven { url ' https://jitpack.io' }
47- maven { url " https://maven.edwardstock .com/artifactory/libs-release-local " }
47+ maven { url ' https://dl.bintray .com/minterteam/android ' }
4848 maven { url " https://repo1.maven.org/maven2/com/google/zxing/" }
4949 maven { url ' https://oss.sonatype.org/content/repositories/snapshots/' }
5050 }
@@ -58,7 +58,7 @@ apply plugin: 'com.jfrog.bintray'
5858
5959
6060group = ' network.minter.android'
61- version = ' 0.1.2 '
61+ version = ' 0.1.3 '
6262
6363ext {
6464 minterMinSdk = 16
@@ -165,7 +165,7 @@ dependencies {
165165 annotationProcessor ' org.parceler:parceler:1.1.11'
166166
167167 // stuff
168- implementation ' com.jakewharton.timber:timber:4.5 .1'
168+ implementation ' com.jakewharton.timber:timber:4.6 .1'
169169
170170 // testing
171171 testImplementation ' junit:junit:4.12'
@@ -174,7 +174,6 @@ dependencies {
174174 androidTestImplementation ' com.android.support.test:rules:1.0.2'
175175 androidTestImplementation ' com.squareup.retrofit2:converter-gson:2.4.0'
176176 androidTestImplementation ' com.google.code.gson:gson:2.8.2'
177- androidTestImplementation ' com.android.support:multidex:1.0.3'
178177}
179178
180179// Coverage
0 commit comments