diff options
author | Martin Robertz <dream-master@gmx.net> | 2022-03-31 07:03:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 07:03:22 +0200 |
commit | bfd0adad233c44469aeaf70f3ebcf43474972481 (patch) | |
tree | 69015a74e6625928a0357a847148ee48a9ae1443 /dependencies.gradle | |
parent | 8d19a1e9c7ea092d9bc80cd3ac9b2e3d57e73447 (diff) | |
parent | 0f808163a4683a4a9bff060d487750ce4f44c6b2 (diff) | |
download | GT5-Unofficial-bfd0adad233c44469aeaf70f3ebcf43474972481.tar.gz GT5-Unofficial-bfd0adad233c44469aeaf70f3ebcf43474972481.tar.bz2 GT5-Unofficial-bfd0adad233c44469aeaf70f3ebcf43474972481.zip |
Merge pull request #32 from MuXiu1997/fix-secondary-description
Fix secondary description not written to language file
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index cc608d87d1..51b8c4a0ca 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,7 +1,7 @@ // Add your dependencies here dependencies { - compile 'com.github.GTNewHorizons:GT5-Unofficial:5.09.40.39:dev' + compile 'com.github.GTNewHorizons:GT5-Unofficial:5.09.40.41:dev' compile 'com.github.GTNewHorizons:TecTech:5.0.6:dev' compile 'com.github.GTNewHorizons:bartworks:0.5.39:dev' compile 'com.github.GTNewHorizons:StructureLib:1.0.16:dev' |