diff --git a/README.md b/README.md index 52544cb5f..42ca2b680 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ allprojects { } } dependencies { - implementation 'com.github.pedroSG94.RootEncoder:library:2.5.4' + implementation 'com.github.pedroSG94.RootEncoder:library:2.5.5' //Optional, allow use BitmapSource, CameraXSource and CameraUvcSource - implementation 'com.github.pedroSG94.RootEncoder:extra-sources:2.5.4' + implementation 'com.github.pedroSG94.RootEncoder:extra-sources:2.5.5' } ``` diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e522aac07..76be2d6ff 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] libraryGroup = "com.github.pedroSG94" -versionCode = "254" -versionName = "2.5.4" +versionCode = "255" +versionName = "2.5.5" #plugins versions agp = "8.6.1"