Closed Myk-da-Beast closed 5 years ago
What does your Parse SDK dependency look like?
I think you mean this: implementation "com.parse:parse-android:1.17.1" correct?
That is the issue, it should be updated to implementation "com.github.parse-community.Parse-SDK-Android:parse:1.19.0"
👍
I put this line in my root build.gradle: maven { url "https://jitpack.io" }
and this line in my project build.gradle: implementation 'com.github.parse-community:ParseLiveQuery-Android:1.1.0'
the gradle sync runs fine but when I attempt to build I get: Error: Program type already present: com.parse.AbstractQueryController$1
Any ideas? I'm using back4app to host my parse server instance, could that be the problem?