Skip to content

Commit

Permalink
version 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Mar 25, 2024
1 parent eb0784d commit d89598e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ allprojects {
}
}
dependencies {
implementation 'com.github.pedroSG94.RootEncoder:library:2.4.3'
implementation 'com.github.pedroSG94.RootEncoder:library:2.4.4'
}
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
val libraryGroup by rootProject.extra { "com.github.pedroSG94" }
val vCode by rootProject.extra { 243 }
val vName by rootProject.extra { "2.4.3" }
val vCode by rootProject.extra { 244 }
val vName by rootProject.extra { "2.4.4" }
val coroutinesVersion by rootProject.extra { "1.7.3" }
val junitVersion by rootProject.extra { "4.13.2" }
val mockitoVersion by rootProject.extra { "5.2.1" }
Expand Down

0 comments on commit d89598e

Please sign in to comment.