From d0257886099c4e8165e5d10252d4d2760f92e6dd Mon Sep 17 00:00:00 2001 From: pedroSG94 Date: Sat, 26 Oct 2024 23:56:00 +0200 Subject: [PATCH] version 2.5.3 --- README.md | 4 ++-- gradle/libs.versions.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bd0f3b47c..4cd2259a3 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ allprojects { } } dependencies { - implementation 'com.github.pedroSG94.RootEncoder:library:2.5.2' + implementation 'com.github.pedroSG94.RootEncoder:library:2.5.3' //Optional, allow use BitmapSource, CameraXSource and CameraUvcSource - implementation 'com.github.pedroSG94.RootEncoder:extra-sources:2.5.2' + implementation 'com.github.pedroSG94.RootEncoder:extra-sources:2.5.3' } ``` diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1d4892dcc..614f83edf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] libraryGroup = "com.github.pedroSG94" -versionCode = "252" -versionName = "2.5.2" +versionCode = "253" +versionName = "2.5.3" #plugins versions agp = "8.6.1"