mirror of
https://github.com/nextcloud/android.git
synced 2024-12-19 07:22:06 +03:00
daily dev 20240718
Update Nextcloud Android library
This commit is contained in:
parent
c30221df40
commit
7689590482
4 changed files with 14 additions and 3 deletions
|
@ -173,8 +173,8 @@ android {
|
|||
versionDev {
|
||||
applicationId "com.nextcloud.android.beta"
|
||||
dimension "default"
|
||||
versionCode 20240717
|
||||
versionName "20240717"
|
||||
versionCode 20240718
|
||||
versionName "20240718"
|
||||
}
|
||||
|
||||
qa {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
buildscript {
|
||||
ext {
|
||||
androidLibraryVersion ="572237d89bf9d931c97f1d24570ddfded9721eda"
|
||||
androidLibraryVersion ="c219388da22028f36219acff61ae2d722a63f408"
|
||||
androidPluginVersion = '8.5.1'
|
||||
androidxMediaVersion = '1.3.1'
|
||||
androidxTestVersion = "1.6.1"
|
||||
|
|
|
@ -275,6 +275,7 @@
|
|||
<trusting group="com.mebigfatguy.fb-contrib" name="fb-contrib" version="7.6.0"/>
|
||||
<trusting group="com.mebigfatguy.fb-contrib" name="fb-contrib" version="7.6.4"/>
|
||||
</trusted-key>
|
||||
<trusted-key id="B17136D06153558101DB7DF723778689FBFBE047" group="pl.droidsonroids.gif" name="android-gif-drawable" version="1.2.29"/>
|
||||
<trusted-key id="B69A63A5EF7183DBC09199AC26E74B6874AEE127" group="com.github.bumptech.glide" name="glide" version="3.8.0"/>
|
||||
<trusted-key id="B6E73D84EA4FCC47166087253FAAD2CD5ECBB314">
|
||||
<trusting group="commons-beanutils"/>
|
||||
|
@ -6056,6 +6057,14 @@
|
|||
<sha256 value="66afb9f2eea39427f6f03c14c5b82ca240157e22b8b2a764f0a7c8ad87cb2d3e" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.github.nextcloud" name="android-library" version="c219388da22028f36219acff61ae2d722a63f408">
|
||||
<artifact name="android-library-c219388da22028f36219acff61ae2d722a63f408.aar">
|
||||
<sha256 value="c253a126ca3c32dd5b373ab1c64668e4603305b3113b052fc0fc5e3c833a913c" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
<artifact name="android-library-c219388da22028f36219acff61ae2d722a63f408.module">
|
||||
<sha256 value="7df48cddcb1d4ccfb7b00952dd3d3f62f6ca6bdb560ac9c9a5d9eb6728a483bd" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.github.nextcloud" name="android-library" version="c2355d04a920e8dc69936e08670eca6880d98b28">
|
||||
<artifact name="android-library-c2355d04a920e8dc69936e08670eca6880d98b28.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