Default to minSdk version "1.0"
This commit is contained in:
parent
aff6a03fa2
commit
066f67bcd4
@ -105,9 +105,8 @@ public final class Utils {
|
|||||||
case 4: return "1.6";
|
case 4: return "1.6";
|
||||||
case 3: return "1.5";
|
case 3: return "1.5";
|
||||||
case 2: return "1.1";
|
case 2: return "1.1";
|
||||||
case 1: return "1.0";
|
default: return "1.0";
|
||||||
}
|
}
|
||||||
return "Unknown";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static int countSubstringOccurrence(File file, String substring) throws IOException {
|
public static int countSubstringOccurrence(File file, String substring) throws IOException {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user