Skip to content

Commit c485fc7

Browse files
Merge pull request #17659 from nextcloud/backport/17651/stable-35.0.x
[stable-35.0.x] feat(build): arm-v7 support
2 parents a616361 + f67d65b commit c485fc7

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ android {
118118
compileSdk = 37
119119

120120
ndk {
121-
abiFilters += listOf("arm64-v8a", "x86_64")
121+
abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
122122
}
123123

124124
buildConfigField("boolean", "CI", ciBuild.toString())

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ androidCommonLibraryVersion = "0.34.0"
66
androidGifDrawableVersion = "1.2.32"
77
androidImageCropperVersion = "4.7.0"
88
androidLibraryVersion ="2.26.0"
9-
androidOpensslVersion = "3.5.6"
9+
androidOpensslVersion = "3.5.6.1"
1010
androidPluginVersion = "9.3.2"
1111
androidsvgVersion = "1.4"
1212
androidxTestVersion = "1.7.0"

gradle/verification-metadata.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22616,6 +22616,14 @@
2261622616
<sha256 value="b7d7ea3dcc550b869ac7f895e16c9120f5ed14f3295c73f8c94a887b4a8337a3" origin="Generated by Gradle" reason="Artifact is not signed"/>
2261722617
</artifact>
2261822618
</component>
22619+
<component group="com.github.nextcloud-releases" name="android-openssl" version="3.5.6.1">
22620+
<artifact name="android-openssl-3.5.6.1.aar">
22621+
<sha256 value="d66d2b21e8439dd5804d191ad1fa116e049b6fa0720b322f23145e958ef0ca86" origin="Generated by Gradle" reason="Artifact is not signed"/>
22622+
</artifact>
22623+
<artifact name="android-openssl-3.5.6.1.pom">
22624+
<sha256 value="26d00d10f6892cf71fedbefeeccb59a3d47bdfea7b291fe3987a751a4df6e611" origin="Generated by Gradle" reason="Artifact is not signed"/>
22625+
</artifact>
22626+
</component>
2261922627
<component group="com.github.nextcloud-releases" name="android-openssl" version="946ebdad00">
2262022628
<artifact name="android-openssl-946ebdad00.aar">
2262122629
<sha256 value="20bd642a65013c6a3e5a4029732c95e1f7a03744b820b76870ab1948eff72541" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)