mirror of
https://github.com/gitnex-org/gitnex.git
synced 2026-05-07 10:55:14 -05:00
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:
@@ -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>
|
||||
|
||||
|
||||
5
fastlane/metadata/android/en-US/changelogs/1295.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/1295.txt
Normal 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).
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user