Skip to content

Commit 6e1b583

Browse files
Merge pull request #3062 from nextcloud/chore/33
chore: version bump to 33.0.0
2 parents ade601c + 32ad4e8 commit 6e1b583

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

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 40060052
22-
versionName "4.6.0 RC2"
21+
versionCode 330000090
22+
versionName "33.0.0"
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:rc-2.23.0") {
118+
implementation("com.github.nextcloud:android-library:2.23.0") {
119119
exclude group: 'org.ogce', module: 'xpp3'
120120
}
121121

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Sharing note improvements
2+
- Bugfixes and performance improvements

gradle/verification-metadata.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13418,6 +13418,14 @@
1341813418
<sha256 value="e7ab2429aded8474972439b212bc68e7bd7dd9663abf0cdbd1d448df2476acab" origin="Generated by Gradle" reason="Artifact is not signed"/>
1341913419
</artifact>
1342013420
</component>
13421+
<component group="com.github.nextcloud" name="android-library" version="2.23.0">
13422+
<artifact name="android-library-2.23.0.aar">
13423+
<sha256 value="1961cd7ed73892adfffa2f9602faedc81cf6db7a8a187d120c6e6bf9a6e4bb07" origin="Generated by Gradle" reason="Artifact is not signed"/>
13424+
</artifact>
13425+
<artifact name="android-library-2.23.0.module">
13426+
<sha256 value="ff9bd42f3483ca68cec591761235e21851b74bdeac389371a65d01a896e19df6" origin="Generated by Gradle" reason="Artifact is not signed"/>
13427+
</artifact>
13428+
</component>
1342113429
<component group="com.github.nextcloud" name="android-library" version="4596e80dec">
1342213430
<artifact name="android-library-4596e80dec.aar">
1342313431
<sha256 value="8f8f2cbf7caae9355ce01e1e4ae8fc9aa569845a27eba0d2817ae8c4e8062967" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)