chore: update dependencies

This commit is contained in:
Skylot
2023-06-07 21:20:05 +01:00
parent 83b6ffbba9
commit eb4d540b04
9 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ dependencies {
implementation 'com.google.code.gson:gson:2.10.1'
// TODO: move resources decoding to separate plugin module
implementation 'com.android.tools.build:aapt2-proto:8.0.1-9289358'
implementation 'com.google.protobuf:protobuf-java:3.23.0' // forcing latest version
implementation 'com.android.tools.build:aapt2-proto:8.0.2-9289358'
implementation 'com.google.protobuf:protobuf-java:3.23.2' // forcing latest version
testImplementation 'org.apache.commons:commons-lang3:3.12.0'