Skip to content

Commit

Permalink
Merge pull request #47 from ltttttttttttt/dev
Browse files Browse the repository at this point in the history
update version
const val kotlinVersion = "1.8.10"//kotlin版本
const val composeVersion = "1.3.1"//compose版本
const val composeCompilerVersion = "1.4.2"//compose编译版本
  • Loading branch information
ltttttttttttt committed Mar 10, 2023
2 parents f99fefe + 1d02b4a commit d4bdb67
Show file tree
Hide file tree
Showing 6 changed files with 418 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ComposeViews/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugins {
group = "io.github.ltttttttttttt"
//上传到mavenCentral命令: ./gradlew publishAllPublicationsToSonatypeRepository
//mavenCentral后台: https://s01.oss.sonatype.org/#stagingRepositories
version = "1.3.8.1"
version = "1.3.10"

kotlin {
android {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ fun VerticalRefreshableLayout(
refreshContent = bottomRefreshContent,
refreshLayoutState = bottomRefreshLayoutState,
composePosition = ComposePosition.Bottom,
dragEfficiency = 1f,
userEnable = bottomUserEnable,
content = content
)
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ View demo</a>

[![Star History Chart](https://api.star-history.com/svg?repos=ltttttttttttt/ComposeViews&type=Date)](https://star-history.com/#ltttttttttttt/ComposeViews&Date)

## Version support
Current version jetpack-compose:1.3.3 compose-multiplatform:1.3.1 kotlin:1.8.10
ComposeViews:1.3.9.1 jetpack-compose:1.3.3 compose-multiplatform:1.3.0 kotlin:1.8.0
ComposeViews:1.3.5 jetpack-compose:1.2.1 compose-multiplatform:1.2.1 kotlin:1.7.20

## Add to your project

Your app or common dir, build.gradle.kts add:
Expand Down
7 changes: 7 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
<a href="https://github.com/ltttttttttttt/ComposeViews/blob/main/md_resource/compose_views_demo.apk">
查看demo</a>

[![Star History Chart](https://api.star-history.com/svg?repos=ltttttttttttt/ComposeViews&type=Date)](https://star-history.com/#ltttttttttttt/ComposeViews&Date)

## 版本支持
当前版本所依赖版本 jetpack-compose:1.3.3 compose-multiplatform:1.3.1 kotlin:1.8.10
ComposeViews:1.3.9.1 jetpack-compose:1.3.3 compose-multiplatform:1.3.0 kotlin:1.8.0
ComposeViews:1.3.5 jetpack-compose:1.2.1 compose-multiplatform:1.2.1 kotlin:1.7.20

## 快速入门

在app或common模块目录内的build.gradle.kts内添加:
Expand Down
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

const val kotlinVersion = "1.8.0"//kotlin版本
const val composeVersion = "1.3.0"//compose版本
const val composeCompilerVersion = "1.4.0"//compose编译版本
const val kotlinVersion = "1.8.10"//kotlin版本
const val composeVersion = "1.3.1"//compose版本
const val composeCompilerVersion = "1.4.2"//compose编译版本
const val coroutinesVersion = "1.6.4"//协程版本
Loading

0 comments on commit d4bdb67

Please sign in to comment.