@@ -5,7 +5,6 @@ apply plugin: 'eclipse'
5
5
6
6
android {
7
7
compileSdkVersion 27
8
- buildToolsVersion ' 27.0.3'
9
8
defaultConfig {
10
9
applicationId " com.zeapo.pwdstore"
11
10
minSdkVersion 16
@@ -56,36 +55,33 @@ android {
56
55
}
57
56
58
57
dependencies {
59
- compile ' com.android.support:appcompat-v7:27.1.0 '
60
- compile ' com.android.support:recyclerview-v7:27.1.0 '
61
- compile ' com.android.support:cardview-v7:27.1.0 '
62
- compile ' com.android.support:design:27.1.0 '
63
- compile ' com.android.support:support-annotations:27.1.0 '
64
- compile ' org.sufficientlysecure:openpgp-api:11.0'
65
- compile ' com.nononsenseapps:filepicker:2.4.2'
66
- compile (' org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r' ) {
58
+ implementation ' com.android.support:appcompat-v7:27.1.1 '
59
+ implementation ' com.android.support:recyclerview-v7:27.1.1 '
60
+ implementation ' com.android.support:cardview-v7:27.1.1 '
61
+ implementation ' com.android.support:design:27.1.1 '
62
+ implementation ' com.android.support:support-annotations:27.1.1 '
63
+ implementation ' org.sufficientlysecure:openpgp-api:11.0'
64
+ implementation ' com.nononsenseapps:filepicker:2.4.2'
65
+ implementation (' org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r' ) {
67
66
exclude group : ' org.apache.httpcomponents' , module : ' httpclient'
68
67
}
69
- compile ' com.jcraft:jsch:0.1.54'
70
- compile group : ' commons-io' , name : ' commons-io' , version : ' 2.4 '
71
- compile group : ' commons-codec' , name : ' commons-codec' , version : ' 1.11'
72
- compile ' com.jayway.android.robotium:robotium-solo:5.3.1'
73
- compile " org.jetbrains.kotlin:kotlin-stdlib-jre7 :$kotlin_version "
74
- compile ' com.android.support.constraint:constraint-layout:1.0.2 '
68
+ implementation ' com.jcraft:jsch:0.1.54'
69
+ implementation ' commons-io: commons-io:2.5 '
70
+ implementation ' commons-codec: commons-codec: 1.11'
71
+ implementation ' com.jayway.android.robotium:robotium-solo:5.3.1'
72
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7 :$kotlin_version "
73
+ implementation ' com.android.support.constraint:constraint-layout:1.1.3 '
75
74
76
75
// Testing-only dependencies
77
- androidTestCompile ' junit:junit:4.12'
78
- androidTestCompile ' org.mockito:mockito-core:2.8.47 '
79
- androidTestCompile ' com.android.support.test:runner:1.0.1 '
80
- androidTestCompile ' com.android.support.test:rules:1.0.1 '
81
- androidTestCompile ' com.android.support.test.espresso:espresso-core:3.0.1 '
82
- androidTestCompile ' com.android.support.test.espresso:espresso-intents:3.0.1 '
76
+ androidTestImplementation ' junit:junit:4.12'
77
+ androidTestImplementation ' org.mockito:mockito-core:2.18.0 '
78
+ androidTestImplementation ' com.android.support.test:runner:1.0.2 '
79
+ androidTestImplementation ' com.android.support.test:rules:1.0.2 '
80
+ androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2 '
81
+ androidTestImplementation ' com.android.support.test.espresso:espresso-intents:3.0.2 '
83
82
84
83
85
84
}
86
85
repositories {
87
86
mavenCentral()
88
-
89
- // temp. solution until we use use gradle 4.0
90
- maven { url ' https://maven.google.com' }
91
87
}
0 commit comments