File tree Expand file tree Collapse file tree
src/commonMain/kotlin/org/succlz123/app/acfun/ui/main/tab Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55<br />
66<br />
77<div align =" center " >
8- <img src =" https://img.shields.io/static/v1?label=version&message=1.0.3 &color=success " />
8+ <img src =" https://img.shields.io/static/v1?label=version&message=1.0.4 &color=success " />
99<img src =" https://img.shields.io/static/v1?label=platform&message=Android&color=green " /> <img src =" https://img.shields.io/static/v1?label=platform&message=Desktop&color=blue " />
1010</div >
1111<br />
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = " io.github.succlz123"
8- version = " 1.0.3 "
8+ version = " 1.0.4 "
99
1010repositories {
1111 mavenCentral()
@@ -27,10 +27,10 @@ android {
2727 applicationId = " org.succlz123.app.acfun"
2828 minSdk = 24
2929 targetSdk = 30
30- versionCode = 3
31- versionName = " 1.0.3 "
30+ versionCode = 4
31+ versionName = " 1.0.4 "
3232
33- // resourceConfigurations += [ "en", "zh"]
33+ resourceConfigurations + = mutableSetOf ( " en" , " zh" )
3434 }
3535 compileOptions {
3636 sourceCompatibility = JavaVersion .VERSION_1_8
Original file line number Diff line number Diff line change 11group = " io.github.succlz123"
2- version = " 1.0.3 "
2+ version = " 1.0.4 "
33
44allprojects {
55 repositories {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88group = " io.github.succlz123"
9- version = " 1.0.3 "
9+ version = " 1.0.4 "
1010
1111kotlin {
1212 jvm {
@@ -42,7 +42,7 @@ compose.desktop {
4242 iconFile.set(project.file(" ic_acfun.png" ))
4343 }
4444 packageName = " AcFun"
45- packageVersion = " 1.0.3 "
45+ packageVersion = " 1.0.4 "
4646 copyright = " Copyright © 2022"
4747
4848 modules(" java.sql" , " jdk.unsupported" )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88}
99
1010group = " io.github.succlz123"
11- version = " 1.0.3 "
11+ version = " 1.0.4 "
1212
1313kotlin {
1414 android()
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ OS: ${props.getProperty("os.name")} - ${props.getProperty("os.arch")} - ${props.
123123 Spacer (modifier = Modifier .height(24 .dp))
124124 Text (text = " 版本号" , style = MaterialTheme .typography.h3)
125125 Spacer (modifier = Modifier .height(12 .dp))
126- Text (text = " v1.0.3 " , style = MaterialTheme .typography.body2)
126+ Text (text = " v1.0.4 " , style = MaterialTheme .typography.body2)
127127 }
128128 }
129129}
You can’t perform that action at this time.
0 commit comments