Skip to content

Commit 8e74b09

Browse files
Merge pull request #3034 from nextcloud/chore/version-bump-4.6.0-rc1
chore: version bump 4.6.0 rc1
2 parents 6f9a958 + f5cb9e7 commit 8e74b09

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
minSdk 24
1919
compileSdk = 36
2020
targetSdk 36
21-
versionCode 40060022
22-
versionName "4.6.2 Alpha 2"
21+
versionCode 40060051
22+
versionName "4.6.0 RC1"
2323
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2424
javaCompileOptions {
2525
annotationProcessorOptions {
@@ -115,7 +115,7 @@ dependencies {
115115
exclude group: 'commons-logging', module: 'commons-logging'
116116
}
117117

118-
implementation("com.github.nextcloud:android-library:a9732515be7fab2b8ab8523485df94782061d56a") {
118+
implementation("com.github.nextcloud:android-library:rc-2.23.0") {
119119
exclude group: 'org.ogce', module: 'xpp3'
120120
}
121121

gradle/verification-metadata.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12796,6 +12796,14 @@
1279612796
<sha256 value="6e59167e6060955b1ff344cc87870b2386a5b03375ede40288f907c316326851" origin="Generated by Gradle" reason="Artifact is not signed"/>
1279712797
</artifact>
1279812798
</component>
12799+
<component group="com.github.nextcloud" name="android-library" version="rc-2.23.0">
12800+
<artifact name="android-library-rc-2.23.0.aar">
12801+
<sha256 value="05b55bc24c2f1c5b30cd74ccde6b506b7b0c40411c0282d9adf838635fb3328d" origin="Generated by Gradle" reason="Artifact is not signed"/>
12802+
</artifact>
12803+
<artifact name="android-library-rc-2.23.0.module">
12804+
<sha256 value="3c93166bcd1d503ed4c8a27c16d36e4174d6c497819ff163dc6d89fa19d31c97" origin="Generated by Gradle" reason="Artifact is not signed"/>
12805+
</artifact>
12806+
</component>
1279912807
<component group="com.github.nextcloud.android-common" name="core" version="0.14.0">
1280012808
<artifact name="core-0.14.0.aar">
1280112809
<sha256 value="d370010eeae5928f525f31c09e33f9c78ed5e610af4b9f84b1ba68ce0727267b" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)