Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
remove duplicate compile dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lini committed Dec 13, 2017
1 parent 0b6c247 commit 0bbac3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platforms/android/include.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies {
def supportVer = project.hasProperty("supportVersion") ? supportVersion : "25.1.0";

compile "com.android.support:appcompat-v7:$supportVer"
compile "com.android.support:appcompat-v7:25.1.0"
compile "com.google.firebase:firebase-messaging:$firebaseMessagingVersion"
compile "com.android.support:multidex:1.0.1"
}
Expand Down

0 comments on commit 0bbac3b

Please sign in to comment.