@@ -31,8 +31,8 @@ buildscript {
31
31
mavenLocal()
32
32
}
33
33
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 '
36
36
}
37
37
}
38
38
@@ -44,7 +44,7 @@ allprojects {
44
44
maven { url " https://dl.bintray.com/ethereum/maven/" }
45
45
maven { url ' https://clojars.org/repo/' }
46
46
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 ' }
48
48
maven { url " https://repo1.maven.org/maven2/com/google/zxing/" }
49
49
maven { url ' https://oss.sonatype.org/content/repositories/snapshots/' }
50
50
}
@@ -58,7 +58,7 @@ apply plugin: 'com.jfrog.bintray'
58
58
59
59
60
60
group = ' network.minter.android'
61
- version = ' 0.1.2 '
61
+ version = ' 0.1.3 '
62
62
63
63
ext {
64
64
minterMinSdk = 16
@@ -165,7 +165,7 @@ dependencies {
165
165
annotationProcessor ' org.parceler:parceler:1.1.11'
166
166
167
167
// stuff
168
- implementation ' com.jakewharton.timber:timber:4.5 .1'
168
+ implementation ' com.jakewharton.timber:timber:4.6 .1'
169
169
170
170
// testing
171
171
testImplementation ' junit:junit:4.12'
@@ -174,7 +174,6 @@ dependencies {
174
174
androidTestImplementation ' com.android.support.test:rules:1.0.2'
175
175
androidTestImplementation ' com.squareup.retrofit2:converter-gson:2.4.0'
176
176
androidTestImplementation ' com.google.code.gson:gson:2.8.2'
177
- androidTestImplementation ' com.android.support:multidex:1.0.3'
178
177
}
179
178
180
179
// Coverage
0 commit comments