13.0.0 rc1 release (#1592)

Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1592
Co-authored-by: M M Arif <mmarif@swatian.com>
Co-committed-by: M M Arif <mmarif@swatian.com>
This commit is contained in:
M M Arif
2026-04-11 15:30:16 +02:00
committed by M M Arif
parent 6b44d3a14b
commit 148315a830
3 changed files with 11 additions and 6 deletions

View File

@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="13.0.0-dev" versioncode="1295">
<release version="13.0.0-rc1" versioncode="1295">
<type name="🎉 Features 🎉">
<change>DEV</change>
<change>Release notes will be updated with a stable release!</change>
</type>
<type name="v🚀 Improvements 🚀">
<change>DEV</change>
<change>Release notes will be updated with a stable release!</change>
</type>
<type name="🐛 Bug Fixes 🐛">
<change>DEV</change>
<change>Release notes will be updated with a stable release!</change>
</type>
</release>

View File

@@ -0,0 +1,5 @@
13.0.0-rc1
This is a release candidate version of 13.0.0. Release notes will be published with the stable release.
This is a MAJOR release in terms of features and UI changes. The entire UI has been revamped, but it is still a work in progress (WIP).

View File

@@ -7,7 +7,7 @@ compileSdk = "36"
minSdk = "26"
targetSdk = "36"
versionCode = "1295"
versionName = "13.0.0-dev"
versionName = "13.0.0-rc1"
javaVersion = "17"
# Plugins
@@ -15,7 +15,7 @@ spotless = "8.4.0"
# AndroidX
appcompat = "1.7.1"
material = "1.14.0-alpha10"
material = "1.14.0-beta01"
compose-material3 = "1.4.0"
viewpager2 = "1.1.0"
constraintlayout = "2.2.1"