Skip to content

Commit

Permalink
daily dev 20240815
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Aug 15, 2024
1 parent f8f87e8 commit f0a18ed
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 20240814
versionName "20240814"
versionCode 20240815
versionName "20240815"
}

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 ="8cbe5bf1e2036a8edc942af73da004ef44b4609c"
androidLibraryVersion ="08280d46ef9a429e620af912ef8e5149c4f2f962"
androidPluginVersion = '8.5.2'
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 @@ -5955,6 +5955,14 @@
<sha256 value="75a759220eca62477ee4f66d16db43eedc5915dcd1d2f8b3f93a02c47bcaf73f" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="08280d46ef9a429e620af912ef8e5149c4f2f962">
<artifact name="android-library-08280d46ef9a429e620af912ef8e5149c4f2f962.aar">
<sha256 value="c253a126ca3c32dd5b373ab1c64668e4603305b3113b052fc0fc5e3c833a913c" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-08280d46ef9a429e620af912ef8e5149c4f2f962.module">
<sha256 value="7aef2b1430a5592c3d038ef5cca4f09f83942c04eddb750d839239e380d129b1" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="0c3c568e92c87e910566e63b157d174ecee53384">
<artifact name="android-library-0c3c568e92c87e910566e63b157d174ecee53384.aar">
<sha256 value="c253a126ca3c32dd5b373ab1c64668e4603305b3113b052fc0fc5e3c833a913c" 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 f0a18ed

Please sign in to comment.