Skip to content

Commit

Permalink
daily dev 20240424
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Apr 24, 2024
1 parent 3d372e8 commit 86b2a09
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 @@ -171,8 +171,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20240421
versionName "20240421"
versionCode 20240424
versionName "20240424"
}

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 ="5fbc7d3a9bc9fd123ce9593cc500bb6415e797c6"
androidLibraryVersion ="11a4d53d9e069e7216f207954240c8d682a9d486"
androidPluginVersion = '8.3.2'
androidxMediaVersion = '1.3.1'
androidxTestVersion = "1.5.0"
Expand Down
8 changes: 8 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5180,6 +5180,14 @@
<sha256 value="a8461627acbf06c3e4cd41edc1b60eb8aa8f43e7eeefa424193818a3b01f2457" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="11a4d53d9e069e7216f207954240c8d682a9d486">
<artifact name="android-library-11a4d53d9e069e7216f207954240c8d682a9d486.aar">
<sha256 value="55469f2cbaafc625115fe68a2ba1104af007b5a3bd828f388ce909ba76ba0f72" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-11a4d53d9e069e7216f207954240c8d682a9d486.module">
<sha256 value="65a33554f1b18a6e8516ad6d38ba8576811b08957249ede700e8bf536b884c25" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="17a65c2e37de96c31b4a92c8ff7d0dee1010a1e5">
<artifact name="android-library-17a65c2e37de96c31b4a92c8ff7d0dee1010a1e5.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 86b2a09

Please sign in to comment.