Skip to content

Commit

Permalink
fix(android): Add appcompat to capacitor-cordova-android-plugins modu…
Browse files Browse the repository at this point in the history
…le (#5373)
  • Loading branch information
jcesarmobile authored Jan 14, 2022
1 parent bdacb30 commit 1c756b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions capacitor-cordova-android-plugins/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ext {
androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.2.0'
cordovaAndroidVersion = project.hasProperty('cordovaAndroidVersion') ? rootProject.ext.cordovaAndroidVersion : '7.0.0'
}

Expand Down Expand Up @@ -42,6 +43,7 @@ repositories {

dependencies {
implementation fileTree(dir: 'src/main/libs', include: ['*.jar'])
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
implementation "org.apache.cordova:framework:$cordovaAndroidVersion"
// SUB-PROJECT DEPENDENCIES START

Expand Down

0 comments on commit 1c756b7

Please sign in to comment.