File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 13
13
</engines >
14
14
<dependency id =" cordova-plugin-file" version =" 6.0.2" />
15
15
<platform name =" android" >
16
- <framework src =" androidx.work:work-runtime:2.7.1 " />
16
+ <framework src =" androidx.work:work-runtime:2.8.0 " />
17
17
<framework src =" com.squareup.okhttp3:okhttp:4.9.3" />
18
- <framework src =" androidx.room:room-runtime:2.4.2 " />
18
+ <framework src =" androidx.room:room-runtime:2.5.0 " />
19
19
<framework src =" src/android/config.gradle" custom =" true" type =" gradleReference" />
20
20
<config-file target =" res/xml/config.xml" parent =" /*" >
21
21
<feature name =" FileTransferBackground" >
34
34
<uses-permission android : name =" android.permission.INTERNET" />
35
35
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
36
36
<uses-permission android : name =" android.permission.ACCESS_WIFI_STATE" />
37
+ <uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
37
38
</config-file >
38
39
<config-file target =" AndroidManifest.xml" parent =" /manifest/application" >
39
40
<meta-data android : name =" DATABASE" android : value =" cordova-plugin-background-upload.db" />
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ if(cordovaConfig.MIN_SDK_VERSION < minSdkVersion){
4
4
}
5
5
6
6
dependencies {
7
- annotationProcessor ' androidx.room:room-compiler:2.4.3 '
7
+ annotationProcessor ' androidx.room:room-compiler:2.5.0 '
8
8
}
You can’t perform that action at this time.
0 commit comments