File tree Expand file tree Collapse file tree 3 files changed +19
-22
lines changed Expand file tree Collapse file tree 3 files changed +19
-22
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 27
5
- buildToolsVersion " 27.0.1 "
5
+ buildToolsVersion " 27.0.2 "
6
6
7
7
defaultConfig {
8
8
renderscriptTargetApi 27
@@ -23,15 +23,14 @@ android {
23
23
}
24
24
25
25
dependencies {
26
- compile fileTree(dir : ' libs' , include : [' *.jar' ])
27
- compile ' com.android.support:appcompat-v7:27.0.2'
28
- compile ' com.android.support:cardview-v7:27.0.2'
29
- compile ' com.android.support:design:27.0.2'
30
- compile ' com.android.support:recyclerview-v7:27.0.2'
26
+ implementation ' com.android.support:appcompat-v7:27.0.2'
27
+ implementation ' com.android.support:cardview-v7:27.0.2'
28
+ implementation ' com.android.support:design:27.0.2'
29
+ implementation ' com.android.support:recyclerview-v7:27.0.2'
31
30
32
- compile ' com.jakewharton:butterknife:8.0.1'
31
+ implementation ' com.jakewharton:butterknife:8.0.1'
33
32
annotationProcessor ' com.jakewharton:butterknife-compiler:8.0.1'
34
33
35
- compile project(' :library' )
36
- compile project(' :supportrenderscriptblur' )
34
+ implementation project(' :library' )
35
+ implementation project(' :supportrenderscriptblur' )
37
36
}
Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ apply plugin: 'com.android.library'
3
3
ext {
4
4
PUBLISH_GROUP_ID = ' com.eightbitlab'
5
5
PUBLISH_ARTIFACT_ID = ' blurview'
6
- PUBLISH_VERSION = ' 1.3.3 '
6
+ PUBLISH_VERSION = ' 1.3.4 '
7
7
}
8
8
9
9
android {
10
10
compileSdkVersion 27
11
- buildToolsVersion " 27.0.1 "
11
+ buildToolsVersion " 27.0.2 "
12
12
13
13
defaultConfig {
14
14
minSdkVersion 14
15
15
targetSdkVersion 27
16
- versionCode 15
17
- versionName " 1.3.3 "
16
+ versionCode 16
17
+ versionName " 1.3.4 "
18
18
}
19
19
20
20
buildTypes {
@@ -30,8 +30,7 @@ configurations {
30
30
}
31
31
32
32
dependencies {
33
- compile fileTree(dir : ' libs' , include : [' *.jar' ])
34
- compile ' com.android.support:support-annotations:27.0.2'
33
+ implementation ' com.android.support:support-annotations:27.0.2'
35
34
javadocDeps ' com.android.support:support-annotations:27.0.2'
36
35
}
37
36
Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ apply plugin: 'com.android.library'
3
3
ext {
4
4
PUBLISH_GROUP_ID = ' com.eightbitlab'
5
5
PUBLISH_ARTIFACT_ID = ' supportrenderscriptblur'
6
- PUBLISH_VERSION = ' 1.0.0 '
6
+ PUBLISH_VERSION = ' 1.0.1 '
7
7
}
8
8
9
9
android {
10
10
compileSdkVersion 27
11
- buildToolsVersion " 27.0.1 "
11
+ buildToolsVersion " 27.0.2 "
12
12
13
13
defaultConfig {
14
14
renderscriptTargetApi 27
15
15
renderscriptSupportModeEnabled true
16
16
minSdkVersion 14
17
17
targetSdkVersion 27
18
- versionCode 1
19
- versionName " 1.0"
18
+ versionCode 2
19
+ versionName " 1.0.1 "
20
20
21
21
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
22
22
}
@@ -30,9 +30,8 @@ android {
30
30
}
31
31
32
32
dependencies {
33
- compile fileTree(dir : ' libs' , include : [' *.jar' ])
34
- compile ' com.android.support:appcompat-v7:27.0.2'
35
- provided ' com.eightbitlab:blurview:1.3.2'
33
+ implementation ' com.android.support:appcompat-v7:27.0.2'
34
+ compileOnly ' com.eightbitlab:blurview:1.3.2'
36
35
}
37
36
38
37
apply plugin : ' maven'
You can’t perform that action at this time.
0 commit comments