File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 15
15
ext. versions = [
16
16
minSdk : 15 ,
17
17
compileSdk : 30 ,
18
- versionoCode : 27 ,
19
- versionName : ' 2.2.3 ' ,
18
+ versionoCode : 28 ,
19
+ versionName : ' 2.2.4 ' ,
20
20
21
- gradleBuildTool : ' 4.1.1 ' ,
22
- spotlessGradle : ' 5.9.0 ' ,
21
+ gradleBuildTool : ' 4.1.3 ' ,
22
+ spotlessGradle : ' 5.12.4 ' ,
23
23
ktlintGradle : ' 0.40.0' ,
24
- dokkaGradle : ' 1.4.20 ' ,
25
- mavenPublish : ' 0.13.0 ' ,
24
+ dokkaGradle : ' 1.4.32 ' ,
25
+ mavenPublish : ' 0.15.1 ' ,
26
26
27
- kotlin : ' 1.4.20 ' ,
27
+ kotlin : ' 1.4.32 ' ,
28
28
androidxAppcompat : ' 1.2.0' ,
29
29
30
30
// for demo
Original file line number Diff line number Diff line change @@ -49,6 +49,3 @@ POM_LICENCE_DIST=repo
49
49
POM_DEVELOPER_ID =skydoves
50
50
POM_DEVELOPER_NAME =Jaewoong Eum
51
51
POM_DEVELOPER_URL =https://github.com/skydoves/
52
-
53
- RELEASE_REPOSITORY_URL =https://oss.sonatype.org/service/local/staging/deploy/maven2/
54
- SNAPSHOT_REPOSITORY_URL =https://oss.sonatype.org/content/repositories/snapshots/
You can’t perform that action at this time.
0 commit comments