Skip to content

Commit ba8f7dd

Browse files
committed
see 06/20 log
1 parent bc35655 commit ba8f7dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88

99
defaultConfig {
1010
applicationId "com.blankj.androidutilcode"
11-
minSdkVersion 15
11+
minSdkVersion 14
1212
targetSdkVersion 16
1313
versionCode 41
1414
versionName "1.7.1"

utilcode/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
buildToolsVersion "25.0.3"
2626

2727
defaultConfig {
28-
minSdkVersion 15
28+
minSdkVersion 14
2929
versionCode 41
3030
versionName "1.7.1"
3131
}

utilcode/src/test/java/com/blankj/utilcode/util/TestUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static void init() {
3939
Utils.init(RuntimeEnvironment.application);
4040
}
4141

42-
@Test
42+
// @Test
4343
public void readme2Eng() throws Exception {
4444
formatCN();
4545
File readmeCN = new File(new File(System.getProperty("user.dir")).getAbsolutePath() + FILE_SEP + "README-CN.md");

0 commit comments

Comments
 (0)