Skip to content

Commit

Permalink
Merge pull request #238 from MaximBelov/cordova-android-11
Browse files Browse the repository at this point in the history
Compatibility with cordova-android v11
  • Loading branch information
zfir authored Nov 15, 2022
2 parents 058291b + 01fd096 commit 010a327
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
<engine name="cordova" version=">=8.0.0" />
<engine name="cordova-android" version=">=8.0.0" />
</engines>
<dependency id="cordova-plugin-androidx" version="1.0.2"/>
<dependency id="cordova-plugin-androidx-adapter" version="1.1.0"/>
<dependency id="cordova-plugin-file" version="6.0.2"/>
<platform name="android">
<framework src="androidx.work:work-runtime:2.7.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/android/config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if(cordovaConfig.MIN_SDK_VERSION < minSdkVersion){
}

dependencies {
annotationProcessor 'androidx.room:room-compiler:2.3.0'
annotationProcessor 'androidx.room:room-compiler:2.4.3'
}

0 comments on commit 010a327

Please sign in to comment.