Skip to content

Commit 010a327

Browse files
authored
Merge pull request #238 from MaximBelov/cordova-android-11
Compatibility with cordova-android v11
2 parents 058291b + 01fd096 commit 010a327

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

plugin.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
<engine name="cordova" version=">=8.0.0" />
1212
<engine name="cordova-android" version=">=8.0.0" />
1313
</engines>
14-
<dependency id="cordova-plugin-androidx" version="1.0.2"/>
15-
<dependency id="cordova-plugin-androidx-adapter" version="1.1.0"/>
1614
<dependency id="cordova-plugin-file" version="6.0.2"/>
1715
<platform name="android">
1816
<framework src="androidx.work:work-runtime:2.7.1" />

src/android/config.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ if(cordovaConfig.MIN_SDK_VERSION < minSdkVersion){
44
}
55

66
dependencies {
7-
annotationProcessor 'androidx.room:room-compiler:2.3.0'
7+
annotationProcessor 'androidx.room:room-compiler:2.4.3'
88
}

0 commit comments

Comments
 (0)