Skip to content

Commit

Permalink
fix(): capacitor implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
stewones committed May 3, 2019
1 parent b8770ce commit 024ce37
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions android/capacitor-media/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,12 @@ repositories {
google()
jcenter()
mavenCentral()
maven {
url "https://dl.bintray.com/ionic-team/capacitor"
}
}


dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'ionic-team:capacitor-android:1+'
implementation project(':capacitor-android')
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
Expand Down

0 comments on commit 024ce37

Please sign in to comment.