Threw in TACNET and config stuff, added gson dependency

This commit is contained in:
2020-06-20 11:50:57 -05:00
parent 2e51cec6d1
commit b7882444f6
14 changed files with 1185 additions and 9 deletions

View File

@@ -24,6 +24,7 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'