Skip to content

Commit

Permalink
version 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Feb 3, 2024
1 parent 2cb5733 commit 1fe8da8
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.3'
implementation 'com.github.pedroSG94.RootEncoder:library:2.3.4'
}
```
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.22'
ext.library_group = "com.github.pedroSG94"
ext.version_code = 233
ext.version_name = "2.3.3"
ext.version_code = 234
ext.version_name = "2.3.4"

ext.coroutines_version = "1.7.3"
ext.junit_version = "4.13.2"
Expand Down

0 comments on commit 1fe8da8

Please sign in to comment.