Skip to content

Commit

Permalink
version 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Mar 2, 2024
1 parent c34b463 commit 942212a
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 @@ -65,7 +65,7 @@ allprojects {
}
}
dependencies {
implementation 'com.github.pedroSG94.RootEncoder:library:2.3.7'
implementation 'com.github.pedroSG94.RootEncoder:library:2.3.8'
}
```
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 { 237 }
val vName by rootProject.extra { "2.3.7" }
val vCode by rootProject.extra { 238 }
val vName by rootProject.extra { "2.3.8" }
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 942212a

Please sign in to comment.