From dda7ad4ef36485755fca38d512436fb1dbe41d67 Mon Sep 17 00:00:00 2001 From: Art Shendrik Date: Sun, 5 May 2024 20:56:02 +0100 Subject: [PATCH] docs: update AGP version in README - alos start 0.8.2 development Signed-off-by: Art Shendrik --- README.md | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6392bafd..05ebc7e3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Initially made for the [Fluxo][fluxo] state management framework and other libra Targeted for Gradle 8+ and Kotlin 1.9+. Built with:
[![Kotlin](http://img.shields.io/badge/Kotlin-1.9.23-7F52FF?logo=kotlin&logoWidth=10&logoColor=7F52FF&labelColor=2B2B2B)](https://github.com/JetBrains/Kotlin) [![Gradle](http://img.shields.io/badge/Gradle-8.7-f68244?logo=gradle&labelColor=2B2B2B)](https://gradle.org/releases/) -[![Android Gradle Plugin](http://img.shields.io/badge/Android--Gradle--Plugin-8.3-0E3B1A?logo=android&labelColor=2B2B2B)](https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google) +[![Android Gradle Plugin](http://img.shields.io/badge/Android--Gradle--Plugin-8.4-0E3B1A?logo=android&labelColor=2B2B2B)](https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google) ### How to use diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 423034c0..51c59890 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ [versions] -version = "0.8.1" +version = "0.8.2-SNAPSHOT" # Java/Kotlin compatibility # WARNING: kotlinApiVersion can't be greater than kotlinLangVersion!