Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7061 committed Feb 24, 2025
1 parent 609438f commit cc0965f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public boolean init(Context context) {
needsMigration = needsMigration(oldPreferences);

if (!isAndroidMOrHigher()) {
Log.d(LOG_TAG, "init(): android version is lower than 23");
Log.d(LOG_TAG, "init(): android api-version is lower than 23");
if (!isKeyStoreSupported()) {
Log.e(LOG_TAG, "init(): keystore is not supported on this device");
return false;
Expand Down

0 comments on commit cc0965f

Please sign in to comment.