File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
kotlin.code.style =official
2
2
kotlin.version =1.9.22
3
3
group =com.likethesalad.tools.resources
4
- version =2.2.0
4
+ version =2.2.1
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ project-utilities = "3.1.0"
5
5
[libraries ]
6
6
dagger = { module = " com.google.dagger:dagger" , version.ref = " dagger" }
7
7
dagger-compiler = { module = " com.google.dagger:dagger-compiler" , version.ref = " dagger" }
8
- gson = " com.google.code.gson:gson:2.8.7 "
8
+ gson = " com.google.code.gson:gson:2.10.1 "
9
9
unitTesting = { module = " com.likethesalad.tools:unit-testing" , version.ref = " project-utilities" }
10
10
androidCompatApi = { module = " com.likethesalad.tools:agp-compatibility-api" , version.ref = " project-utilities" }
11
11
pluginTools = { module = " com.likethesalad.tools:plugin-tools" , version.ref = " project-utilities" }
12
12
kotlin-reflect = { module = " org.jetbrains.kotlin:kotlin-reflect" , version.ref = " kotlin" }
13
13
14
14
[plugins ]
15
15
java-library = { id = " com.likethesalad.tools.java-library" , version.ref = " project-utilities" }
16
- artifactPublisher = { id = " com.likethesalad.artifact-publisher" , version = " 3.0.0 " }
16
+ artifactPublisher = { id = " com.likethesalad.artifact-publisher" , version = " 3.0.2 " }
17
17
androidTestTools = { id = " com.likethesalad.tools.android-compilation-testing" , version.ref = " project-utilities" }
You can’t perform that action at this time.
0 commit comments