Skip to content

Commit

Permalink
update to version 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Nov 17, 2023
1 parent a69810b commit f6e3df3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ allprojects {
}
}
dependencies {
implementation 'com.github.pedroSG94.RootEncoder:library:2.3.1'
implementation 'com.github.pedroSG94.RootEncoder:library:2.3.2'
}
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ apply plugin: 'org.jetbrains.dokka'
buildscript {
ext.kotlin_version = '1.9.20'
ext.library_group = "com.github.pedroSG94"
ext.version_code = 231
ext.version_name = "2.3.1"
ext.version_code = 232
ext.version_name = "2.3.2"

repositories {
google()
Expand Down

0 comments on commit f6e3df3

Please sign in to comment.