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

Commit 0bbac3b

Browse files
committed
remove duplicate compile dependency
1 parent 0b6c247 commit 0bbac3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/platforms/android/include.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dependencies {
1515
def supportVer = project.hasProperty("supportVersion") ? supportVersion : "25.1.0";
1616

1717
compile "com.android.support:appcompat-v7:$supportVer"
18-
compile "com.android.support:appcompat-v7:25.1.0"
1918
compile "com.google.firebase:firebase-messaging:$firebaseMessagingVersion"
2019
compile "com.android.support:multidex:1.0.1"
2120
}

0 commit comments

Comments
 (0)