Skip to content

Commit c656f32

Browse files
committed
build: v1.0.4
1 parent 9a0bbe1 commit c656f32

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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/>

android/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "io.github.succlz123"
8-
version = "1.0.3"
8+
version = "1.0.4"
99

1010
repositories {
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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = "io.github.succlz123"
2-
version = "1.0.3"
2+
version = "1.0.4"
33

44
allprojects {
55
repositories {

desktop/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "io.github.succlz123"
9-
version = "1.0.3"
9+
version = "1.0.4"
1010

1111
kotlin {
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")

shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "io.github.succlz123"
11-
version = "1.0.3"
11+
version = "1.0.4"
1212

1313
kotlin {
1414
android()

shared/src/commonMain/kotlin/org/succlz123/app/acfun/ui/main/tab/MainSettingTab.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)