Skip to content

Commit f6431b8

Browse files
Merge pull request #2843 from nextcloud/chore/version-bump-4.5.0
chore: version bump 4.5.0
2 parents 5af444a + cf92944 commit f6431b8

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
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
applicationId "it.niedermann.owncloud.notes"
1919
minSdk 24
2020
targetSdk 35
21-
versionCode 40050051
22-
versionName "4.5.0 RC1"
21+
versionCode 40050090
22+
versionName "4.5.0"
2323
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2424
javaCompileOptions {
2525
annotationProcessorOptions {
@@ -114,7 +114,7 @@ dependencies {
114114
exclude group: 'commons-logging', module: 'commons-logging'
115115
}
116116

117-
implementation("com.github.nextcloud:android-library:2.21.0") {
117+
implementation("com.github.nextcloud:android-library:2.22.0") {
118118
exclude group: 'org.ogce', module: 'xpp3'
119119
}
120120

gradle/verification-metadata.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@
6565
<trusted-key id="19BEAB2D799C020F17C69126B16698A4ADF4D638" group="org.checkerframework" name="checker-qual"/>
6666
<trusted-key id="1A55F091AD28C07F831FA44D7905DE25C78AD456" group="com.google.protobuf"/>
6767
<trusted-key id="1D0A8B5E77C678A7C724445ABF984B4145EA13F7" group="com.squareup" name="javapoet" version="1.13.0"/>
68-
<trusted-key id="1D217F8475EEE9F19AB8DD6B793FD5751A0F0780" group="com.squareup.retrofit2" name="retrofit" version="3.0.0"/>
68+
<trusted-key id="1D217F8475EEE9F19AB8DD6B793FD5751A0F0780">
69+
<trusting group="com.squareup.retrofit2" name="retrofit" version="3.0.0"/>
70+
<trusting group="^com[.]squareup($|([.].*))" regex="true"/>
71+
</trusted-key>
6972
<trusted-key id="1D9AA7F9E1E2824728B8CD1794B291AEF984A085" group="io.reactivex.rxjava2"/>
7073
<trusted-key id="24D04176586361FDA94EE0315F7786DF73E61F56">
7174
<trusting group="com.google.devtools.ksp" name="symbol-processing-api" version="1.9.0-1.0.13"/>
@@ -189,6 +192,7 @@
189192
<trusting group="androidx.lifecycle"/>
190193
<trusting group="androidx.profileinstaller" name="profileinstaller" version="1.4.0"/>
191194
<trusting group="androidx.recyclerview"/>
195+
<trusting group="androidx.startup" name="startup-runtime" version="1.2.0"/>
192196
<trusting group="androidx.test"/>
193197
<trusting group="androidx.test.espresso" name="espresso-idling-resource" version="3.6.1"/>
194198
<trusting group="androidx.transition" name="transition" version="1.5.0"/>
@@ -10335,6 +10339,14 @@
1033510339
<sha256 value="7a0f2afdc0f85a27334d4abcc031d7c85d5295cbc5222e08f48c51ed6fd16ffb" origin="Generated by Gradle" reason="Artifact is not signed"/>
1033610340
</artifact>
1033710341
</component>
10342+
<component group="com.github.nextcloud" name="android-library" version="2.22.0">
10343+
<artifact name="android-library-2.22.0.aar">
10344+
<sha256 value="22c05e04d2b2667c39da419b2d3d07e7832babd4b2e235aa5d4394a4fecf92ee" origin="Generated by Gradle" reason="Artifact is not signed"/>
10345+
</artifact>
10346+
<artifact name="android-library-2.22.0.module">
10347+
<sha256 value="6dbf57bc89a9537e4ae525ebd7b6b82771c0305b2a2fed834485c1123a89e631" origin="Generated by Gradle" reason="Artifact is not signed"/>
10348+
</artifact>
10349+
</component>
1033810350
<component group="com.github.nextcloud" name="android-library" version="ffc47c75fabbcbcdcd32b30e9836fde58d5c59d5">
1033910351
<artifact name="android-library-ffc47c75fabbcbcdcd32b30e9836fde58d5c59d5.aar">
1034010352
<sha256 value="97068670e06306878153d4ea2aa8a2e00252f023deb18123b64f2f5e5920458e" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)