Reduce duplication in orx build scripts. (#240)

Co-authored-by: hamoid <abe@hamoid.com>
This commit is contained in:
Vechro
2022-06-19 09:06:16 +03:00
committed by GitHub
parent 88719292e9
commit 9f7a4899fa
74 changed files with 646 additions and 812 deletions

View File

@@ -1,5 +1,5 @@
dependencies {
implementation "com.google.code.gson:gson:$gsonVersion"
implementation libs.gson
implementation project(":orx-noise")
}