Skip to content

Commit

Permalink
daily dev 20240914
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Sep 14, 2024
1 parent 3486bd8 commit fcfd083
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20240913
versionName "20240913"
versionCode 20240914
versionName "20240914"
}

qa {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
buildscript {
ext {
androidLibraryVersion ="7fec3998500baeaf3b80519bf117500cd7ec35b0"
androidLibraryVersion ="06af70eb66a18d5369f817a1c6ffc880908b7b69"
androidPluginVersion = '8.6.0'
androidxMediaVersion = '1.4.0'
androidxTestVersion = "1.6.1"
Expand Down
8 changes: 8 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5982,6 +5982,14 @@
<sha256 value="bc295ca156db6b5407bc8cef6b0f4a91997b93335264f95f71103c0cf6985608" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="06af70eb66a18d5369f817a1c6ffc880908b7b69">
<artifact name="android-library-06af70eb66a18d5369f817a1c6ffc880908b7b69.aar">
<sha256 value="c6c70775d49d935e7691f43fee0ff51c2c0df03c041fd75da92cf1f0df1385a7" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-06af70eb66a18d5369f817a1c6ffc880908b7b69.module">
<sha256 value="fc987eaf53cefe50c60453d32727bb23bb1818eb4898ef89abce4d001c0f87c5" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="06f93c8ef0a0e862cf7e4f1db71a261d6cb14d5f">
<artifact name="android-library-06f93c8ef0a0e862cf7e4f1db71a261d6cb14d5f.aar">
<sha256 value="638229c571aea3f28168a84323307806c34ef6e90459242ff115add9c6ca4a67" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

Update Nextcloud Android library

0 comments on commit fcfd083

Please sign in to comment.