Remove hardcoded versions from submodules

This commit is contained in:
Edwin Jakobs
2020-01-14 17:08:49 +01:00
parent aefdcb85d5
commit 9ebd536223
2 changed files with 2 additions and 2 deletions

View File

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