daily dev 20241210

Update Nextcloud Android library
This commit is contained in:
Tobias Kaminsky 2024-12-10 03:46:22 +01:00
parent 29cba8abe7
commit b6adb44652
4 changed files with 19 additions and 15 deletions

View file

@ -175,8 +175,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20241209
versionName "20241209"
versionCode 20241210
versionName "20241210"
}
qa {

View file

@ -10,7 +10,7 @@
*/
buildscript {
ext {
androidLibraryVersion ="56cbe502433ae8bda81dc06be823f48e021bd712"
androidLibraryVersion ="3870fece441cf85ed3e3a04c902275d8834ee5cf"
androidPluginVersion = '8.7.3'
androidxMediaVersion = '1.4.1'
androidxTestVersion = "1.6.1"

View file

@ -7781,6 +7781,14 @@
<sha256 value="803eeabdbf8e78808a42986a9e6ec7d5e7e74ec9024a38a577898ef699f504db" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="3870fece441cf85ed3e3a04c902275d8834ee5cf">
<artifact name="android-library-3870fece441cf85ed3e3a04c902275d8834ee5cf.aar">
<sha256 value="c5e0ee28b0a143a5ff2fccad2471e5a5393f432e74ed549620e36f1becb00c39" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-3870fece441cf85ed3e3a04c902275d8834ee5cf.module">
<sha256 value="d20870cd89d3a3539d6d3592d52cd7fd56234fff358ea6094597f8a2d35ec32c" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="39b8616c2899ad23e7d1d43890cfb25a4b191b6d">
<artifact name="android-library-39b8616c2899ad23e7d1d43890cfb25a4b191b6d.aar">
<sha256 value="c6c70775d49d935e7691f43fee0ff51c2c0df03c041fd75da92cf1f0df1385a7" origin="Generated by Gradle" reason="Artifact is not signed"/>
@ -14783,12 +14791,9 @@
</component>
<component group="org.jetbrains.kotlin.kapt" name="org.jetbrains.kotlin.kapt.gradle.plugin" version="2.1.0">
<artifact name="org.jetbrains.kotlin.kapt.gradle.plugin-2.1.0.pom">
<sha256 value="8347e5c10c0f818183e419da3e98a0e83679b5dd358d07d00495fef377ff69d1" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin.kapt" name="org.jetbrains.kotlin.kapt.gradle.plugin" version="2.1.0">
<artifact name="org.jetbrains.kotlin.kapt.gradle.plugin-2.1.0.pom">
<sha256 value="26c69e5b5b3c49c748f14755e2bc04f9a3b0fa0b5b156405e0bfeece953c0271" origin="Generated by Gradle" reason="Artifact is not signed"/>
<sha256 value="8347e5c10c0f818183e419da3e98a0e83679b5dd358d07d00495fef377ff69d1" origin="Generated by Gradle" reason="Artifact is not signed">
<also-trust value="26c69e5b5b3c49c748f14755e2bc04f9a3b0fa0b5b156405e0bfeece953c0271"/>
</sha256>
</artifact>
</component>
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.0.0">
@ -14813,12 +14818,9 @@
</component>
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.1.0">
<artifact name="org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.1.0.pom">
<sha256 value="fe78fa62efbf0c89ebef4bb0695ab219f41d802e854aafe0fedc561b1bc4a0d7" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.1.0">
<artifact name="org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.1.0.pom">
<sha256 value="db3bde26de3ea7433086163644a5750e280a1540990e30f1ae99fe80f2d5f160" origin="Generated by Gradle" reason="Artifact is not signed"/>
<sha256 value="fe78fa62efbf0c89ebef4bb0695ab219f41d802e854aafe0fedc561b1bc4a0d7" origin="Generated by Gradle" reason="Artifact is not signed">
<also-trust value="db3bde26de3ea7433086163644a5750e280a1540990e30f1ae99fe80f2d5f160"/>
</sha256>
</artifact>
</component>
<component group="org.jetbrains.kotlinx" name="atomicfu" version="0.16.1">

View file

@ -0,0 +1,2 @@
Update Nextcloud Android library