@@ -2,14 +2,13 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' com.frogermcs.androiddevmetrics'
3
3
4
4
android {
5
- compileSdkVersion 26
6
- buildToolsVersion " 27.0.3"
5
+ compileSdkVersion 28
7
6
useLibrary ' org.apache.http.legacy'
8
7
9
8
defaultConfig {
10
9
applicationId " frogermcs.io.githubclient"
11
10
minSdkVersion 15
12
- targetSdkVersion 26
11
+ targetSdkVersion 28
13
12
versionCode 1
14
13
versionName " 1.0"
15
14
@@ -28,9 +27,9 @@ android {
28
27
29
28
dependencies {
30
29
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
31
- implementation ' com.android.support:support-compat:26.1 .0'
32
- implementation ' com.android.support:appcompat-v7:26.1 .0'
33
- implementation ' com.android.support:recyclerview-v7:26.1 .0'
30
+ implementation ' com.android.support:support-compat:28.0 .0'
31
+ implementation ' com.android.support:appcompat-v7:28.0 .0'
32
+ implementation ' com.android.support:recyclerview-v7:28.0 .0'
34
33
35
34
// Dagger 2
36
35
implementation ' com.google.dagger:dagger:2.14.1'
@@ -56,7 +55,8 @@ dependencies {
56
55
57
56
testImplementation " org.robolectric:robolectric:3.1.2"
58
57
testImplementation " org.mockito:mockito-core:1.10.19"
59
-
58
+ testImplementation ' junit:junit:4.12'
59
+
60
60
androidTestImplementation ' com.android.support:support-annotations:25.0.0'
61
61
androidTestImplementation ' com.squareup:javawriter:2.5.1'
62
62
@@ -67,6 +67,5 @@ dependencies {
67
67
androidTestImplementation " org.mockito:mockito-core:1.10.19"
68
68
androidTestImplementation " com.google.dexmaker:dexmaker:1.2"
69
69
androidTestImplementation " com.google.dexmaker:dexmaker-mockito:1.2"
70
- testImplementation ' junit:junit:4.12'
71
70
testAnnotationProcessor " com.google.auto.factory:auto-factory:1.0-beta3"
72
71
}
0 commit comments