Skip to content

Commit

Permalink
daily dev 20240705
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Jul 5, 2024
1 parent 5c86b14 commit c5183a6
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 @@ -173,8 +173,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20240704
versionName "20240704"
versionCode 20240705
versionName "20240705"
}

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 ="50ef03422e17bbcbdbbdc868a27749f548488ec6"
androidLibraryVersion ="fa4f046d4a6a9ae05c6774893016bd9d3a215524"
androidPluginVersion = '8.5.0'
androidxMediaVersion = '1.3.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 @@ -6059,6 +6059,14 @@
<sha256 value="c49ca5ef5c559b6ff33cff96ea4a484b95d60a5d47c6d7fc51532bbe67895c24" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="fa4f046d4a6a9ae05c6774893016bd9d3a215524">
<artifact name="android-library-fa4f046d4a6a9ae05c6774893016bd9d3a215524.aar">
<sha256 value="c253a126ca3c32dd5b373ab1c64668e4603305b3113b052fc0fc5e3c833a913c" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-fa4f046d4a6a9ae05c6774893016bd9d3a215524.module">
<sha256 value="c175399a51de8d0ae3b6df6738479517b66421f1bcfeb6909ee0d457c0af8817" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="fb3552a4322c83ed32bbbdfa988fa2c16dba529a">
<artifact name="android-library-fb3552a4322c83ed32bbbdfa988fa2c16dba529a.aar">
<sha256 value="bdc44e874f1e14338213ae5723e71710940a31416ff1c52c9eb2f282e5d3f29a" 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 c5183a6

Please sign in to comment.