mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-22 13:48:55 +00:00
fix compile error
This commit is contained in:
parent
8140fe53a0
commit
ed6fe8967f
3 changed files with 4 additions and 5 deletions
|
|
@ -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" >
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue