-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpluginApiLib.patch
More file actions
18 lines (14 loc) · 881 Bytes
/
Copy pathpluginApiLib.patch
File metadata and controls
18 lines (14 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/repos/android-plugin-api-for-locale-master/pluginApiLib/src/main/java/com/twofortyfouram/locale/api/Intent.java b/android-locale-plugin-libraries/android-locale-plugin-libraries/pluginApiLib/src/main/java/com/twofortyfouram/locale/api/Intent.java
index 9e37108..89e531e 100755
--- a/repos/android-plugin-api-for-locale-master/pluginApiLib/src/main/java/com/twofortyfouram/locale/api/Intent.java
+++ b/android-locale-plugin-libraries/android-locale-plugin-libraries/pluginApiLib/src/main/java/com/twofortyfouram/locale/api/Intent.java
@@ -17,11 +17,12 @@ package com.twofortyfouram.locale.api;
import net.jcip.annotations.ThreadSafe;
import android.os.Parcelable;
-import android.support.annotation.NonNull;
+
+import androidx.annotation.NonNull;
/**
* Contains Intent constants necessary for interacting with the plug-in API for Locale.
*/
@ThreadSafe