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

Commit e5ba68b

Browse files
committed
fix(android): add appcompat support
1 parent 2a13d78 commit e5ba68b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/capacitor-twitter/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ repositories {
4242

4343
dependencies {
4444
implementation fileTree(dir: 'libs', include: ['*.jar'])
45+
implementation 'com.android.support:appcompat-v7:27.1.1'
4546
implementation project(':capacitor-android')
4647
testImplementation 'junit:junit:4.12'
4748
androidTestImplementation 'com.android.support.test:runner:1.0.1'

0 commit comments

Comments
 (0)