Skip to content

Commit 3b62f6d

Browse files
committed
update gradle
1 parent 6985323 commit 3b62f6d

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ android {
3333

3434
dependencies {
3535
implementation fileTree(include: ['*.jar'], dir: 'libs')
36-
implementation 'com.android.support:appcompat-v7:27.1.0'
36+
implementation 'com.android.support:appcompat-v7:27.1.1'
3737
androidTestImplementation 'junit:junit:4.12'
38-
androidTestImplementation 'com.android.support:support-annotations:27.1.0'
39-
androidTestImplementation 'com.android.support.test:runner:1.0.1'
40-
androidTestImplementation 'com.android.support.test:rules:1.0.1'
41-
androidTestImplementation 'com.android.support.test:runner:1.0.1'
42-
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
38+
androidTestImplementation 'com.android.support:support-annotations:27.1.1'
39+
androidTestImplementation 'com.android.support.test:runner:1.0.2'
40+
androidTestImplementation 'com.android.support.test:rules:1.0.2'
41+
androidTestImplementation 'com.android.support.test:runner:1.0.2'
42+
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
4343
// Optional -- Hamcrest library
4444
androidTestImplementation 'org.hamcrest:hamcrest-library:1.3'
4545

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.0.1'
9+
classpath 'com.android.tools.build:gradle:3.1.0'
1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
1212
}
@@ -17,6 +17,7 @@ allprojects {
1717
jcenter()
1818
mavenCentral()
1919
google()
20+
maven { url "https://jitpack.io" }
2021
}
2122
}
2223

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ android {
2323
dependencies {
2424
implementation fileTree(dir: 'libs', include: ['*.jar'])
2525
implementation 'com.facebook.conceal:conceal:2.0.2@aar'
26-
implementation 'com.android.support:support-annotations:27.1.0'
26+
implementation 'com.android.support:support-annotations:27.1.1'
2727
implementation 'com.google.code.gson:gson:2.8.2'
2828
}

0 commit comments

Comments
 (0)