Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0f887f2

Browse files
authoredJul 17, 2021
Merge pull request #5 from skydoves/migrate/compose-rc02
Migrate to compose rc02
2 parents 10e760e + 1a23e8b commit 0f887f2

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ allprojects {
3030
And add a dependency code to your **module**'s `build.gradle` file.
3131
```gradle
3232
dependencies {
33-
implementation "com.github.skydoves:orchestra-balloon:1.0.7"
33+
implementation "com.github.skydoves:orchestra-balloon:1.0.8"
3434
}
3535
```
3636

‎dependencies.gradle

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
ext.versions = [
22
minSdk : 21,
33
compileSdk : 30,
4-
versionCode : 8,
5-
versionName : '1.0.7',
4+
versionCode : 9,
5+
versionName : '1.0.8',
66

7-
gradleBuildTool : '7.0.0-beta03',
8-
spotlessGradle : '5.13.0',
9-
ktlintGradle : '0.40.0',
7+
gradleBuildTool : '7.0.0-beta05',
8+
spotlessGradle : '5.14.0',
9+
ktlintGradle : '0.41.0',
1010
dokkaGradle : '1.4.32',
1111
mavenPublish : '0.15.1',
1212

@@ -16,19 +16,19 @@ ext.versions = [
1616
lifecycleVersion : '2.3.0',
1717

1818
// compose
19-
composeVersion : '1.0.0-beta09',
19+
composeVersion : '1.0.0-rc02',
2020
composeToolVersion : '1.0.0-alpha07',
2121
constraintVersion : '1.0.0-alpha07',
2222
activityVersion : '1.3.0-alpha08',
2323

2424
// compatibles
25-
balloonVersion : '1.3.4',
25+
balloonVersion : '1.3.5',
2626
colorPickerViewVersion: '2.2.3',
27-
powerSpinnerVersion : '1.1.7',
27+
powerSpinnerVersion : '1.1.8',
2828

2929
// compose image loading
30-
landscapistVersion : '1.2.4',
30+
landscapistVersion : '1.2.8',
3131

3232
// for demo
33-
materialVersion : '1.4.0-alpha01'
33+
materialVersion : '1.4.0'
3434
]

‎gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
3030
# Maven
3131
GROUP=com.github.skydoves
3232

33-
VERSION_NAME=1.0.8-SNAPSHOT
33+
VERSION_NAME=1.0.9-SNAPHSOT
3434

3535
POM_URL=https://github.com/skydoves/orchestra/
3636
POM_SCM_URL=https://github.com/skydoves/orchestra/
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Fri Oct 02 15:49:53 KST 2020
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https://services.gradle.org/distributions/gradle-7.0-all.zip
3+
distributionUrl=https://services.gradle.org/distributions/gradle-7.0.2-all.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)
Please sign in to comment.