Skip to content

Commit

Permalink
fix(android): add app compat
Browse files Browse the repository at this point in the history
  • Loading branch information
stewones committed May 3, 2019
1 parent 5a507e8 commit b7f8834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions android/capacitor-media/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ dependencies {
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'
implementation 'com.android.support:appcompat-v7:27.1.1'
}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-media",
"version": "0.0.3",
"version": "0.0.4",
"description": "Enable some media features for Capacitor such as create albums, save videos and gifs.",
"main": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down

0 comments on commit b7f8834

Please sign in to comment.