fix compile error

This commit is contained in:
Phillip Thelen 2016-09-24 12:56:37 +02:00
parent 8140fe53a0
commit ed6fe8967f
3 changed files with 4 additions and 5 deletions

View file

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.habitrpg.android.habitica"
android:versionCode="118"
android:versionCode="119"
android:versionName="0.0.34"
android:screenOrientation="portrait"
android:installLocation="auto" >

View file

@ -144,10 +144,10 @@ dependencies {
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
//Push Notifications
compile 'com.google.firebase:firebase-core:9.6.0'
compile 'com.google.firebase:firebase-messaging:9.6.0'
compile 'com.google.firebase:firebase-core:9.4.0'
compile 'com.google.firebase:firebase-messaging:9.4.0'
compile 'com.google.android.gms:play-services-auth:9.6.0'
compile 'com.google.android.gms:play-services-auth:9.4.0'
}
android {

View file

@ -25,7 +25,6 @@ public class AmplitudeManager {
}
public static void sendEvent(String eventAction, String eventCategory, String hitType, Map<String, Object> additionalData) {
Amplitude.getInstance()
JSONObject eventProperties = new JSONObject();
try {
eventProperties.put("eventAction", eventAction);