Skip to content

Commit

Permalink
daily dev 20241023
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Oct 23, 2024
1 parent 93602fd commit 3deeb81
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 20241022
versionName "20241022"
versionCode 20241023
versionName "20241023"
}

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 ="5ce14cdfffa7d05806eda13f911f9908c3fd4815"
androidLibraryVersion ="3f5c9101a003bb6374f826184244a792e5cb3c15"
androidPluginVersion = '8.7.1'
androidxMediaVersion = '1.4.1'
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 @@ -6163,6 +6163,14 @@
<sha256 value="f2d36517b426fb9e8f1d5d4c1f6079b846992ae56bd66831ce9aa60de3f19297" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="3f5c9101a003bb6374f826184244a792e5cb3c15">
<artifact name="android-library-3f5c9101a003bb6374f826184244a792e5cb3c15.aar">
<sha256 value="99a5540926cb0341b7f8eb6a2f72373ba0a83980587311404c8dd1403b50a009" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-3f5c9101a003bb6374f826184244a792e5cb3c15.module">
<sha256 value="705afaa25aef1b6b3c9425781c68a6264e383460d0fd10fe89e7a4b3b7203e06" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="42901c4537b2431caf8f88f01278d39f67bcf992">
<artifact name="android-library-42901c4537b2431caf8f88f01278d39f67bcf992.aar">
<sha256 value="99a5540926cb0341b7f8eb6a2f72373ba0a83980587311404c8dd1403b50a009" 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 3deeb81

Please sign in to comment.