From 9cf5318554a2102c7001ae3a138d4e5aa86296a8 Mon Sep 17 00:00:00 2001 From: Mark Klinitskii Date: Fri, 7 Aug 2026 17:13:44 +0300 Subject: [PATCH] docs: mark Braid as discontinued --- README.md | 4 ++++ gradle/libs.versions.toml | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57c4508..823714c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ +> [!IMPORTANT] +> Braid is discontinued and is not recommended for production use. +> The repository is preserved for reference only. No further releases are planned. + [![CI](https://github.com/k1eeN/braid-android/actions/workflows/ci.yml/badge.svg)](https://github.com/k1eeN/braid-android/actions/workflows/ci.yml) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE) ![API](https://img.shields.io/badge/API-alpha-orange) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b6150d1..0fb4832 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,9 @@ dokka = "2.2.0" #noinspection GradleDependency kotlin = "2.0.21" ktlint = "1.8.0" +#noinspection NewerVersionAvailable mavenPublish = "0.34.0" +#noinspection NewerVersionAvailable spotless = "8.8.0" #noinspection GradleDependency coreKtx = "1.13.1" @@ -19,7 +21,7 @@ appcompat = "1.7.1" material = "1.12.0" #noinspection GradleDependency activityKtx = "1.9.3" -constraintlayout = "2.2.1" +constraintlayout = "2.2.2" #noinspection GradleDependency recyclerview = "1.3.2" paging = "3.5.0"