File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ buildscript {
6
6
google()
7
7
}
8
8
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 '
11
11
}
12
12
}
13
13
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ apply plugin: 'com.android.library'
2
2
apply plugin : ' com.novoda.bintray-release'
3
3
4
4
android {
5
- compileSdkVersion 28
5
+ compileSdkVersion 30
6
6
7
7
defaultConfig {
8
8
minSdkVersion 15
9
- targetSdkVersion 28
9
+ targetSdkVersion 30
10
10
versionCode 1
11
11
versionName " 1.0"
12
12
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx1536m
18
18
android.useAndroidX =true
19
19
android.enableJetifier =true
20
20
21
- PUBLISH_VERSION =1.3.0
21
+ PUBLISH_VERSION =1.3.1
22
22
USER_ORG =nex3z
23
23
GROUP_ID =com.nex3z
24
24
ARTIFACT_ID =flow-layout
Original file line number Diff line number Diff line change 1
- # Sat May 25 22:18:04 CST 2019
1
+ # Wed Jul 08 00:21:06 CST 2020
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 28
4
+ compileSdkVersion 30
5
5
6
6
defaultConfig {
7
7
applicationId " com.nex3z.flowlayout.sample"
8
8
minSdkVersion 15
9
- targetSdkVersion 28
9
+ targetSdkVersion 30
10
10
versionCode 1
11
11
versionName " 1.0"
12
12
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -22,8 +22,8 @@ android {
22
22
dependencies {
23
23
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
24
24
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'
27
27
28
28
testImplementation ' junit:junit:4.12'
29
29
androidTestImplementation ' androidx.test:runner:1.2.0'
You can’t perform that action at this time.
0 commit comments