File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ buildscript {
6
6
repositories {
7
7
google()
8
8
mavenCentral()
9
- // org.jetbrains.trove4j:trove4j:20160824.
10
- gradlePluginPortal()
11
9
}
12
10
13
11
dependencies {
@@ -24,8 +22,6 @@ allprojects {
24
22
repositories {
25
23
google()
26
24
mavenCentral()
27
- // org.jetbrains.trove4j:trove4j:20160824.
28
- gradlePluginPortal()
29
25
}
30
26
31
27
tasks. withType(Javadoc ) {
Original file line number Diff line number Diff line change 38
38
39
39
butterknife : " 10.2.1" ,
40
40
41
- picasso : " 2.71828 " ,
41
+ picasso : " 2.8 " ,
42
42
43
43
reactivex : [
44
44
rxjava : " 2.2.19" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ apply plugin: 'maven-publish'
7
7
apply plugin : ' signing'
8
8
9
9
group = " com.linecorp.linesdk"
10
- version = " 5.7.1 "
10
+ version = " 5.8.0 "
11
11
12
12
android {
13
13
compileSdkVersion 30
@@ -16,7 +16,7 @@ android {
16
16
defaultConfig {
17
17
minSdkVersion 19
18
18
targetSdkVersion 30
19
- versionCode 5_07_01
19
+ versionCode 5_08_00
20
20
versionName version
21
21
22
22
consumerProguardFiles ' consumer-proguard-rules.pro'
You can’t perform that action at this time.
0 commit comments