Created
April 8, 2015 06:45
-
-
Save 1ambda/9395a3dac55496260166 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// doesn't work | |
compile 'com.mixpanel.android:mixpanel-android:4.4.0' | |
// work. Whyt?!?!?! | |
compile files('/Users/1002471/Library/Android/sdk/platforms/android-19/android.jar') | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment