Skip to content
This repository was archived by the owner on Aug 22, 2020. It is now read-only.

Commit ee442c3

Browse files
committed
Project: Update gradle
Signed-off-by: Fung Gwo <[email protected]>
1 parent 7aaf899 commit ee442c3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ ext {
2727
minSdkVersion = 17
2828
targetSdkVersion = 27
2929
buildToolsVersion = "27.0.2"
30-
versionCode = 6
31-
versionName = '0.2.4'
30+
versionCode = 7
31+
versionName = '0.2.4.2'
3232
}

demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
}
2323

2424
dependencies {
25-
compile fileTree(dir: 'libs', include: ['*.jar'])
25+
implementation fileTree(dir: 'libs', include: ['*.jar'])
2626
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
2727
exclude group: 'com.android.support', module: 'support-annotations'
2828
})

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
}
2222

2323
dependencies {
24-
compile fileTree(dir: 'libs', include: ['*.jar'])
24+
implementation fileTree(dir: 'libs', include: ['*.jar'])
2525
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
2626
exclude group: 'com.android.support', module: 'support-annotations'
2727
})

0 commit comments

Comments
 (0)