Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
demetris-manikas committed Feb 19, 2019
1 parent 8070fbc commit 7996482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/SecureStorage.java
Expand Up @@ -23,7 +23,7 @@ public class SecureStorage extends CordovaPlugin {

private static final boolean SUPPORTED = Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP;

private static final String MSG_NOT_SUPPORTED = "API 20 (Android 5.0 Lollipop) is required. This device is running API " + Build.VERSION.SDK_INT;
private static final String MSG_NOT_SUPPORTED = "API 21 (Android 5.0 Lollipop) is required. This device is running API " + Build.VERSION.SDK_INT;
private static final String MSG_DEVICE_NOT_SECURE = "Device is not secure";

private Hashtable<String, SharedPreferencesHandler> SERVICE_STORAGE = new Hashtable<String, SharedPreferencesHandler>();
Expand Down

0 comments on commit 7996482

Please sign in to comment.