Skip to content

Commit 6af0fa8

Browse files
committedApr 26, 2019
updated dependencies
1 parent 34e4228 commit 6af0fa8

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed
 

‎app/build.gradle

+7-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ apply plugin: 'com.android.application'
22
apply plugin: 'com.frogermcs.androiddevmetrics'
33

44
android {
5-
compileSdkVersion 26
6-
buildToolsVersion "27.0.3"
5+
compileSdkVersion 28
76
useLibrary 'org.apache.http.legacy'
87

98
defaultConfig {
109
applicationId "frogermcs.io.githubclient"
1110
minSdkVersion 15
12-
targetSdkVersion 26
11+
targetSdkVersion 28
1312
versionCode 1
1413
versionName "1.0"
1514

@@ -28,9 +27,9 @@ android {
2827

2928
dependencies {
3029
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'
3433

3534
//Dagger 2
3635
implementation 'com.google.dagger:dagger:2.14.1'
@@ -56,7 +55,8 @@ dependencies {
5655

5756
testImplementation "org.robolectric:robolectric:3.1.2"
5857
testImplementation "org.mockito:mockito-core:1.10.19"
59-
58+
testImplementation 'junit:junit:4.12'
59+
6060
androidTestImplementation 'com.android.support:support-annotations:25.0.0'
6161
androidTestImplementation 'com.squareup:javawriter:2.5.1'
6262

@@ -67,6 +67,5 @@ dependencies {
6767
androidTestImplementation "org.mockito:mockito-core:1.10.19"
6868
androidTestImplementation "com.google.dexmaker:dexmaker:1.2"
6969
androidTestImplementation "com.google.dexmaker:dexmaker-mockito:1.2"
70-
testImplementation 'junit:junit:4.12'
7170
testAnnotationProcessor "com.google.auto.factory:auto-factory:1.0-beta3"
7271
}

‎build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ buildscript {
44
google()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:3.0.1'
8-
classpath 'com.frogermcs.androiddevmetrics:androiddevmetrics-plugin:0.6'
7+
classpath 'com.android.tools.build:gradle:3.2.1'
8+
classpath 'com.frogermcs.androiddevmetrics:androiddevmetrics-plugin:0.7'
99
}
1010
}
1111

0 commit comments

Comments
 (0)