cordova-plugin-androidx-adapter
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -81,3 +81,3 @@ var PLUGIN_NAME = "cordova-plugin-androidx-adapter"; | ||
function replaceClassName(target, oldName, newName){ | ||
oldName = '(?:'+sanitiseForRegExp(oldName)+')([^.a-zA-Z0-9]+)'; | ||
oldName = '(?:'+sanitiseForRegExp(oldName)+')([^a-zA-Z0-9]+)'; | ||
return target.replace(new RegExp(oldName, 'g'), newName+'$1'); | ||
@@ -84,0 +84,0 @@ } |
{ | ||
"name": "cordova-plugin-androidx-adapter", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Cordova/Phonegap plugin to migrate any code which references the legacy Android Support Library to the new AndroidX mappings in a Cordova Android platform project.", | ||
@@ -5,0 +5,0 @@ "author": "Dave Alden", |
Sorry, the diff of this file is not supported yet
227464