Move gson version to version.gradle

This commit is contained in:
Paul Schaub 2023-01-31 18:36:05 +01:00
parent 6ac133499c
commit 40dc9e3707
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ allprojects {
isSnapshot = true
minAndroidSdk = 10
javaSourceCompatibility = 1.8
gsonVersion = '2.10.1'
jsrVersion = '3.0.2'
junitVersion = '5.8.2'
junitSysExitVersion = '1.1.2'