Skip to content

Commit 99e6781

Browse files
committed
Prepare for release v2.0.0-beta1
1 parent 8b542fc commit 99e6781

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

cascade-compose/gradle.properties

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
POM_ARTIFACT_ID=cascade-compose
2+
POM_NAME=cascade for Compose UI
3+
POM_DESCRIPTION=Nested popup menus for Compose UI with smooth height change animations.
4+
POM_PACKAGING=aar

cascade/gradle.properties

+1-18
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
1-
GROUP=me.saket.cascade
21
POM_ARTIFACT_ID=cascade
3-
VERSION_NAME=1.3.0
4-
52
POM_NAME=cascade
6-
POM_PACKAGING=aar
7-
83
POM_DESCRIPTION=Nested popup menus with smooth height change animations.
9-
POM_INCEPTION_YEAR=2020
10-
11-
POM_URL=https://github.com/saket/cascade
12-
POM_SCM_URL=https://github.com/saket/cascade
13-
POM_SCM_CONNECTION=scm:[email protected]:saket/cascade.git
14-
POM_SCM_DEV_CONNECTION=scm:[email protected]:saket/cascade.git
15-
16-
POM_LICENCE_NAME=The Apache Software License, Version 2.0
17-
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
18-
POM_LICENCE_DIST=repo
19-
20-
POM_DEVELOPER_ID=saketme
21-
POM_DEVELOPER_NAME=Saket Narayan
4+
POM_PACKAGING=aar

gradle.properties

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1-
# Specifies the JVM arguments used for the daemon process.
21
org.gradle.jvmargs=-Xmx1536m
3-
42
android.enableJetifier=false
53
android.useAndroidX=true
6-
74
android.defaults.buildfeatures.buildconfig=false
5+
6+
GROUP=me.saket.cascade
7+
VERSION_NAME=2.0.0-beta1
8+
9+
POM_INCEPTION_YEAR=2020
10+
POM_URL=https://github.com/saket/cascade
11+
POM_SCM_URL=https://github.com/saket/cascade
12+
POM_SCM_CONNECTION=scm:[email protected]:saket/cascade.git
13+
POM_SCM_DEV_CONNECTION=scm:[email protected]:saket/cascade.git
14+
15+
POM_LICENCE_NAME=The Apache Software License, Version 2.0
16+
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
17+
POM_LICENCE_DIST=repo
18+
19+
POM_DEVELOPER_ID=saketme
20+
POM_DEVELOPER_NAME=Saket Narayan

0 commit comments

Comments
 (0)