Skip to content

Commit

Permalink
Merge pull request #6 from LikeTheSalad/release/2.2.0
Browse files Browse the repository at this point in the history
Bumping libs
  • Loading branch information
LikeTheSalad authored Jan 7, 2024
2 parents e01353f + 301ccd9 commit 2adebfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlin.code.style=official
kotlin.version=1.9.22
group=com.likethesalad.tools.resources
version=2.2.0
version=2.2.1
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ project-utilities = "3.1.0"
[libraries]
dagger = { module = "com.google.dagger:dagger", version.ref = "dagger" }
dagger-compiler = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" }
gson = "com.google.code.gson:gson:2.8.7"
gson = "com.google.code.gson:gson:2.10.1"
unitTesting = { module = "com.likethesalad.tools:unit-testing", version.ref = "project-utilities" }
androidCompatApi = { module = "com.likethesalad.tools:agp-compatibility-api", version.ref = "project-utilities" }
pluginTools = { module = "com.likethesalad.tools:plugin-tools", version.ref = "project-utilities" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }

[plugins]
java-library = { id = "com.likethesalad.tools.java-library", version.ref = "project-utilities" }
artifactPublisher = { id = "com.likethesalad.artifact-publisher", version = "3.0.0" }
artifactPublisher = { id = "com.likethesalad.artifact-publisher", version = "3.0.2" }
androidTestTools = { id = "com.likethesalad.tools.android-compilation-testing", version.ref = "project-utilities" }

0 comments on commit 2adebfa

Please sign in to comment.