Skip to content

Commit

Permalink
Remove unnecessary dependencies
Browse files Browse the repository at this point in the history
Conflicts:
	snowplow-android-tracker/build.gradle
  • Loading branch information
Hamid Palo authored and alexanderdean committed Dec 27, 2014
1 parent 9bc71d9 commit c7d7849
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Dec 24 14:12:23 EST 2014
#Wed Dec 24 15:19:36 EST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
4 changes: 1 addition & 3 deletions snowplow-android-tracker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.snowplowanalytics:snowplow-java-tracker-core:0.2.0'
compile 'com.android.support:appcompat-v7:20.0.0'
compile 'com.android.support:support-v4:20.0.0'
compile 'com.google.android.gms:play-services:5.0.89'
compile 'com.google.android.gms:play-services:6.5.87'
}

// build JAR file
Expand Down

0 comments on commit c7d7849

Please sign in to comment.