Skip to content

Commit

Permalink
Bump to 3.29.0
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Apr 24, 2024
1 parent 5f367b5 commit 01d8245
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ configurations.configureEach {
def versionMajor = 3
def versionMinor = 29
def versionPatch = 0
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable


def ndkEnv = new HashMap<String, String>()
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 = "3c0c530e87"
androidLibraryVersion = "2.19.0"
androidPluginVersion = '8.3.2'
androidxMediaVersion = '1.3.1'
androidxTestVersion = "1.5.0"
Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30290090.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 3.29.0 (April 24, 2024)

- NC Assistant
- Client certificates
- Personal files view
- REUSE compliance
- Bugfixes


Minimum: NC 16 Server, Android 7.0 Nougat

For a full list, please see https://github.com/nextcloud/android/milestone/89
10 changes: 10 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5151,6 +5151,16 @@
<sha256 value="c29795ee883fc3364b2f16be5b9246b927271b961214f1a661b2caa2f42459a8" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="2.19.0">
<artifact name="android-library-2.19.0.aar">
<sha256 value="638229c571aea3f28168a84323307806c34ef6e90459242ff115add9c6ca4a67"
origin="Generated by Gradle" reason="Artifact is not signed" />
</artifact>
<artifact name="android-library-2.19.0.module">
<sha256 value="828a431c00178ed0a0e7d51b7959f785be8266869dcb539dacaf0fc909b92b11"
origin="Generated by Gradle" reason="Artifact is not signed" />
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="2b1da4cb14e2cd4b79e231b0be54e0bae699f143">
<artifact name="android-library-2b1da4cb14e2cd4b79e231b0be54e0bae699f143.aar">
<sha256 value="bdc44e874f1e14338213ae5723e71710940a31416ff1c52c9eb2f282e5d3f29a" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down

0 comments on commit 01d8245

Please sign in to comment.