You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uses some functions and classes that were dropped. Any guidance on how I can make it compile?
I'm trying to use a clone of the master branch with my #542 PR, and my app's compileSdkVersion is 23 (can't be lower)
This doesn't happen when I include parse in my project using compile 'com.parse:parse-android:1.13.1'
The text was updated successfully, but these errors were encountered:
ok. what about importing Parse-SDK-Android to a project that compiles to 23? Any chance to make it work the way normal gradle compile works? I realize this is not specific to this but if you know it could help :)
It should be fine as long as you're using a pre-compiled version of Parse SDK, such as through Maven or a JAR. It only breaks when compiling the Parse source against 23.
Uses some functions and classes that were dropped. Any guidance on how I can make it compile?
I'm trying to use a clone of the master branch with my #542 PR, and my app's compileSdkVersion is 23 (can't be lower)
This doesn't happen when I include parse in my project using
compile 'com.parse:parse-android:1.13.1'
The text was updated successfully, but these errors were encountered: