mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 15:01:57 +03:00
daily dev 20241211
Update Nextcloud Android library
This commit is contained in:
parent
cb794725b0
commit
fc720a2402
4 changed files with 14 additions and 3 deletions
|
@ -175,8 +175,8 @@ android {
|
|||
versionDev {
|
||||
applicationId "com.nextcloud.android.beta"
|
||||
dimension "default"
|
||||
versionCode 20241210
|
||||
versionName "20241210"
|
||||
versionCode 20241211
|
||||
versionName "20241211"
|
||||
}
|
||||
|
||||
qa {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
buildscript {
|
||||
ext {
|
||||
androidLibraryVersion ="3870fece441cf85ed3e3a04c902275d8834ee5cf"
|
||||
androidLibraryVersion ="420666a3a699b96c3bd1db0a7a3ab4e1d742fc07"
|
||||
androidPluginVersion = '8.7.3'
|
||||
androidxMediaVersion = '1.4.1'
|
||||
androidxTestVersion = "1.6.1"
|
||||
|
|
|
@ -120,6 +120,7 @@
|
|||
</trusted-key>
|
||||
<trusted-key id="3F2A008A91D11A7FAC4A0786F13D3E721D56BD54" group="org.reflections" name="reflections" version="0.10.2"/>
|
||||
<trusted-key id="4021EEEAFF5DE8404DCD0A270AA3E5C3D232E79B" group="jakarta.inject" name="jakarta.inject-api" version="2.0.1"/>
|
||||
<trusted-key id="41CD49B4EF5876F9E9F691DABAC30622339994C4" group="org.jspecify" name="jspecify" version="1.0.0"/>
|
||||
<trusted-key id="44F4797A52C336FA666CD9271DE461528F1F1B2A" group="org.apache.jackrabbit"/>
|
||||
<trusted-key id="44FBDBBC1A00FE414F1C1873586654072EAD6677" group="org.sonatype.oss" name="oss-parent" version="9"/>
|
||||
<trusted-key id="453EA31328DE7D8AAA55AD4ED56C721C1CFF1424" group="^com[.]twelvemonkeys($|([.].*))" regex="true"/>
|
||||
|
@ -7806,6 +7807,14 @@
|
|||
<sha256 value="cd34092733bea9249fbe600b31e018c7c4c344f4201df45a1c16035338a505ca" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.github.nextcloud" name="android-library" version="420666a3a699b96c3bd1db0a7a3ab4e1d742fc07">
|
||||
<artifact name="android-library-420666a3a699b96c3bd1db0a7a3ab4e1d742fc07.aar">
|
||||
<sha256 value="c5e0ee28b0a143a5ff2fccad2471e5a5393f432e74ed549620e36f1becb00c39" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
<artifact name="android-library-420666a3a699b96c3bd1db0a7a3ab4e1d742fc07.module">
|
||||
<sha256 value="5d9d287cfdb734884e1f8aed87260a881c3c84e2a0f5dc8837224643a71f4c82" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.github.nextcloud" name="android-library" version="451cddeba122ff4d17dc8f88feb2fd7589f77567">
|
||||
<artifact name="android-library-451cddeba122ff4d17dc8f88feb2fd7589f77567.aar">
|
||||
<sha256 value="c253a126ca3c32dd5b373ab1c64668e4603305b3113b052fc0fc5e3c833a913c" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
Update Nextcloud Android library
|
Loading…
Reference in a new issue