Skip to content

Commit 3589262

Browse files
committed
升级gradle版本
1 parent 63d3fc7 commit 3589262

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ ext {
99
minSdkVersion = 17
1010
}
1111

12-
group = PROJ_GROUP
13-
version = PROJ_VERSION
14-
1512

1613
def synchronized getVersionProperty(propName, defValue) {
1714
def file = file("version.properties")

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android.useAndroidX=true
1919
android.enableJetifier=true
2020

2121
PROJ_GROUP=io.github.flyjingfish
22-
PROJ_VERSION=1.5.6
22+
2323
PROJ_BASENAME=ShapeImageView
2424
PROJ_WEBSITEURL=https://github.com/FlyJingFish/ShapeImageView
2525
PROJ_VCSURL=https://github.com/FlyJingFish/ShapeImageView.git
@@ -32,6 +32,8 @@ android.defaults.buildfeatures.buildconfig=true
3232
android.nonTransitiveRClass=false
3333
android.nonFinalResIds=false
3434

35+
TestVersion = 1.5.6
36+
3537
SONATYPE_HOST=CENTRAL_PORTAL
3638

3739
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)