We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 058291b + 01fd096 commit 010a327Copy full SHA for 010a327
plugin.xml
@@ -11,8 +11,6 @@
11
<engine name="cordova" version=">=8.0.0" />
12
<engine name="cordova-android" version=">=8.0.0" />
13
</engines>
14
- <dependency id="cordova-plugin-androidx" version="1.0.2"/>
15
- <dependency id="cordova-plugin-androidx-adapter" version="1.1.0"/>
16
<dependency id="cordova-plugin-file" version="6.0.2"/>
17
<platform name="android">
18
<framework src="androidx.work:work-runtime:2.7.1" />
src/android/config.gradle
@@ -4,5 +4,5 @@ if(cordovaConfig.MIN_SDK_VERSION < minSdkVersion){
4
}
5
6
dependencies {
7
- annotationProcessor 'androidx.room:room-compiler:2.3.0'
+ annotationProcessor 'androidx.room:room-compiler:2.4.3'
8
0 commit comments