Skip to content

Commit cb6c7e1

Browse files
committed
[release] 2.5.2
1 parent dd13311 commit cb6c7e1

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

support-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ dependencies {
3838
compileOnly 'com.google.code.gson:gson:2.10.1'
3939
}
4040

41-
//apply from: "maven-central-aar.gradle"
41+
apply from: "maven-central-aar.gradle"

support-android/src/main/java/com/am/tool/support/other/MCCHelper.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
* Created by Alex on 2023/6/29.
1212
*/
1313
public class MCCHelper {
14-
15-
public static final int MCC_UNKNOWN = 0;// Unknown network
1614
public static final int MCC_TEXT = 1;// Test network
1715
public static final int MCC_INTERNAL = 999;// Internal use
1816
public static final int MCC_AB = 289;// Abkhazia
@@ -117,7 +115,6 @@ public static int getMCC(Context context) {
117115
public static String getISO3166(Context context) {
118116
switch (getMCC(context)) {
119117
default:
120-
case MCC_UNKNOWN:
121118
case MCC_TEXT:
122119
case MCC_INTERNAL:
123120
return null;

support-android/src/main/res/values/integers.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)