File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 },
3131 "homepage" : " https://github.com/xpbrew/cordova-sqlite-storage" ,
3232 "dependencies" : {
33- "cordova-sqlite-storage-dependencies" : " 2.0.0"
33+ "cordova-sqlite-storage-dependencies" : " https://github.com/OutSystems/cordova-sqlite-storage-dependencies# 2.0.0-OS1 "
3434 },
3535 "scripts" : {
3636 "clean-spec" : " rm -rf spec/[mnp]* && git cl spec/config.xml && git st" ,
Original file line number Diff line number Diff line change 66
77package io .sqlc ;
88
9- import android .os .Build ;
109import android .util .Log ;
1110
1211import java .io .File ;
@@ -338,11 +337,6 @@ private class DBRunner implements Runnable {
338337
339338 this .q = new LinkedBlockingQueue <DBQuery >();
340339 this .openCbc = cbc ;
341-
342- if (Build .VERSION .SDK_INT >= Build .VERSION_CODES .R ) {
343- Log .v (SQLitePlugin .class .getSimpleName (), "Applying hotfix for Android 11+" );
344- this .oldImpl = true ;
345- }
346340 }
347341
348342 public void run () {
You can’t perform that action at this time.
0 commit comments