Skip to content

Commit

Permalink
version 2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Aug 18, 2024
1 parent c150ced commit 793227a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ allprojects {
}
}
dependencies {
implementation 'com.github.pedroSG94.RootEncoder:library:2.4.7'
implementation 'com.github.pedroSG94.RootEncoder:library:2.4.8'
}
```
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
libraryGroup = "com.github.pedroSG94"
versionCode = "247"
versionName = "2.4.7"
versionCode = "248"
versionName = "2.4.8"

#plugins versions
agp = "8.5.1"
agp = "8.5.2"
kotlin = "2.0.10"
dokka = "1.9.20"

Expand Down

0 comments on commit 793227a

Please sign in to comment.