File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
android/src/main/java/app/capgo/plugins/env Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99@ CapacitorPlugin (name = "Env" )
1010public class EnvPlugin extends Plugin {
1111
12- private final String pluginVersion = "8.1.16 " ;
12+ private final String pluginVersion = "8.1.17 " ;
1313
1414 @ PluginMethod
1515 public void getKey (PluginCall call ) {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import Capacitor
77 */
88@objc ( EnvPlugin)
99public class EnvPlugin : CAPPlugin , CAPBridgedPlugin {
10- private let pluginVersion : String = " 8.1.16 "
10+ private let pluginVersion : String = " 8.1.17 "
1111 public let identifier = " EnvPlugin "
1212 public let jsName = " Env "
1313 public let pluginMethods : [ CAPPluginMethod ] = [
Original file line number Diff line number Diff line change 11{
22 "name" : " @capgo/capacitor-env" ,
3- "version" : " 8.1.16 " ,
3+ "version" : " 8.1.17 " ,
44 "description" : " Set Env var in Capacitor config and read them at runtime" ,
55 "main" : " dist/plugin.cjs.js" ,
66 "module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments