Skip to content

Commit 472b3e5

Browse files
committed
feat: upgrade compose-jb to 1.2.0
1 parent c656f32 commit 472b3e5

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

android/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
compileSdk = 33
2626
defaultConfig {
2727
applicationId = "org.succlz123.app.acfun"
28-
minSdk = 24
28+
minSdk = 21
2929
targetSdk = 30
3030
versionCode = 4
3131
versionName = "1.0.4"
@@ -65,6 +65,7 @@ android {
6565
isDebuggable = false
6666
ndk {
6767
abiFilters += "arm64-v8a"
68+
abiFilters += "armeabi-v7a"
6869
}
6970
signingConfig = signingConfigs.getByName("release")
7071
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.txt")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kotlin.code.style=official
22
android.useAndroidX=true
33
kotlin.version=1.7.10
44
agp.version=7.2.2
5-
compose.version=1.2.0-beta02
5+
compose.version=1.2.0
66

77
android.injected.testOnly=false
88
org.gradle.daemon=true

shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ android {
8181
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
8282
sourceSets["main"].assets.setSrcDirs(listOf("${project.rootDir}/shared/src/commonMain/resources"))
8383
defaultConfig {
84-
minSdk = 24
84+
minSdk = 21
8585
targetSdk = 30
8686
}
8787
compileOptions {

0 commit comments

Comments
 (0)