Skip to content

Commit

Permalink
have the sample project depend on mixpanel-android using maven
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwyme committed Nov 11, 2013
1 parent 6ab10f8 commit 82b770b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
21 changes: 17 additions & 4 deletions build.gradle
@@ -1,14 +1,27 @@
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.6.+'
}
}

apply plugin: 'android'

repositories {
mavenLocal()
}

dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
compile project(':mixpanel-android')
compile project(':mixpanel-android')
compile "com.mixpanel.android:mixpanel-android:+"

}

android {
compileSdkVersion 10
buildToolsVersion "18.1.1"
compileSdkVersion 18
buildToolsVersion "17.0.0"

sourceSets {
main {
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
@@ -0,0 +1 @@
include ":"

0 comments on commit 82b770b

Please sign in to comment.