Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit 4c4cd07

Browse files
committed
更新
1 parent 8d548be commit 4c4cd07

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Jetpack Compose 部分重写中
88

99
作者邮箱: moriafly@163.com
1010

11+
# 警告
12+
13+
❗🙃此为作者🤡初学安卓的产物,屎山。
14+
而且还在拉🙃💩~~~
15+
1116
# 声明及协议
1217

1318
源码仅供学习,请勿传播软件安装包。开源链接、源码、介绍及应用安装包未经开发者允许不接受他人的任何转发(发布到其他应用、推广网站、公众号、博客等)

app/build.gradle

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ android {
3636
applicationId "com.dirror.music"
3737
minSdkVersion 21
3838
targetSdkVersion 31
39-
versionCode 754
40-
versionName "3.12.1"
39+
versionCode 755
40+
versionName "3.12.2"
4141

4242
multiDexEnabled true
4343

@@ -108,11 +108,16 @@ dependencies {
108108
implementation 'com.github.chrisbanes.photoview:library:1.2.4'
109109
implementation "com.leinardi.android:speed-dial:3.2.0"
110110

111-
// Compose
112-
implementation("androidx.compose.ui:ui:1.1.0-beta04")
113-
implementation("androidx.compose.foundation:foundation:1.1.0-beta04")
114-
implementation "androidx.compose.material:material:1.1.0-beta04"
115111
implementation "com.google.accompanist:accompanist-appcompat-theme:0.21.2-beta"
116112
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha07")
117-
implementation "androidx.compose.runtime:runtime-livedata:1.1.0-beta04"
113+
114+
// Compose
115+
def compose_version = "1.1.0-beta04"
116+
implementation("androidx.compose.ui:ui:$compose_version")
117+
implementation("androidx.compose.foundation:foundation:$compose_version")
118+
implementation "androidx.compose.material:material:$compose_version"
119+
implementation "androidx.compose.runtime:runtime-livedata:$compose_version"
120+
121+
// Media
122+
implementation("androidx.media:media:1.4.3")
118123
}

0 commit comments

Comments
 (0)