Skip to content

Commit 4cdb266

Browse files
committed
Update target sdk.
1 parent 1a4c012 commit 4cdb266

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.4.2'
10-
classpath 'com.novoda:bintray-release:0.9.1'
9+
classpath 'com.android.tools.build:gradle:3.6.2'
10+
classpath 'com.novoda:bintray-release:0.9.2'
1111
}
1212
}
1313

flowlayout/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.novoda.bintray-release'
33

44
android {
5-
compileSdkVersion 28
5+
compileSdkVersion 30
66

77
defaultConfig {
88
minSdkVersion 15
9-
targetSdkVersion 28
9+
targetSdkVersion 30
1010
versionCode 1
1111
versionName "1.0"
1212

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx1536m
1818
android.useAndroidX=true
1919
android.enableJetifier=true
2020

21-
PUBLISH_VERSION=1.3.0
21+
PUBLISH_VERSION=1.3.1
2222
USER_ORG=nex3z
2323
GROUP_ID=com.nex3z
2424
ARTIFACT_ID=flow-layout
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat May 25 22:18:04 CST 2019
1+
#Wed Jul 08 00:21:06 CST 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

sample/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 30
55

66
defaultConfig {
77
applicationId "com.nex3z.flowlayout.sample"
88
minSdkVersion 15
9-
targetSdkVersion 28
9+
targetSdkVersion 30
1010
versionCode 1
1111
versionName "1.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -22,8 +22,8 @@ android {
2222
dependencies {
2323
implementation fileTree(dir: 'libs', include: ['*.jar'])
2424
implementation project(path: ':flowlayout')
25-
implementation 'androidx.appcompat:appcompat:1.0.2'
26-
implementation 'androidx.recyclerview:recyclerview:1.0.0'
25+
implementation 'androidx.appcompat:appcompat:1.1.0'
26+
implementation 'androidx.recyclerview:recyclerview:1.1.0'
2727

2828
testImplementation 'junit:junit:4.12'
2929
androidTestImplementation 'androidx.test:runner:1.2.0'

0 commit comments

Comments
 (0)