Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 14a58a5

Browse files
committed
fix(android): add app compat
1 parent 5c702ce commit 14a58a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

android/capacitor-twitter/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ dependencies {
4343
testImplementation 'junit:junit:4.12'
4444
androidTestImplementation 'com.android.support.test:runner:1.0.1'
4545
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
46+
implementation 'com.android.support:appcompat-v7:27.1.1'
4647
implementation 'com.twitter.sdk.android:twitter-core:3.1.1'
4748
}
4849

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capacitor-twitter",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "Enable TwitterKit features for Capacitor",
55
"main": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",

0 commit comments

Comments
 (0)