fix copy paste errors

This commit is contained in:
Milos Kozak 2019-06-01 18:51:41 +02:00
parent 9b1acf6958
commit 6f4d79bca8
2 changed files with 2 additions and 4 deletions

View file

@ -250,7 +250,7 @@ dependencies {
// excluding org.json which is provided by Android
exclude group: "org.json", module: "json"
}
implementation "com.google.code.gson:gson:2.4"
implementation "com.google.code.gson:gson:2.8.5"
implementation "com.google.guava:guava:24.1-jre"
implementation "net.danlew:android.joda:2.9.9.1"
@ -283,7 +283,6 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
// you will want to install the android studio lombok plugin

View file

@ -27,8 +27,7 @@ public class TidepoolPlugin extends PluginBase {
private TidepoolPlugin() {
super(new PluginDescription()
.mainType(PluginType.BGSOURCE)
.fragmentClass(BGSourceFragment.class.getName())
.mainType(PluginType.GENERAL)
.pluginName(R.string.tidepool)
.shortName(R.string.tidepool_shortname)
.preferencesId(R.xml.pref_tidepool)