Skip to content

Commit 596f59e

Browse files
committed
fix dependencies, cleanup
1 parent b336120 commit 596f59e

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "scripts"]
22
path = scripts
3-
url = https://github.com/MinterTeam/android-lib-tools.git
3+
url = https://github.com/edwardstock/android-lib-tools.git

RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release notes
22

3+
## 0.1.3
4+
- package dependencies fix
5+
36
## 0.1.2
47
- updated core sdk to creating private key from mnemonic phrase directly
58

build.gradle

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

6060
group = 'network.minter.android'
61-
version = '0.1.2'
61+
version = '0.1.3'
6262

6363
ext {
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

scripts

0 commit comments

Comments
 (0)