Skip to content

Commit 4fec9b2

Browse files
committed
Downgrade min sdk version to 15
1 parent 5b0a308 commit 4fec9b2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ dependencies {
3333
compile(group: 'com.android.support', name: 'appcompat-v7', version: supportLibVersion)
3434
compile(group: 'com.android.support', name: 'recyclerview-v7', version: supportLibVersion)
3535
compile(group: 'com.android.support', name: 'recyclerview-v7', version: supportLibVersion)
36-
compile 'com.xiaofeng.android:flowlayoutmanager:1.2.3.2'
36+
37+
compile project(":flowlayoutmanager")
38+
3739
compile 'us.feras.mdv:markdownview:1.1.0'
3840
compile 'com.android.support:support-v4:23.3.0'
3941
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ subprojects {
2626
ext.playServiceVersion = "8.4.0"
2727
ext.androidBuildToolVersion = "23.0.3";
2828
ext.androidCompileSdkVersion = 23
29-
ext.androidMinSdkVersion = 16
29+
ext.androidMinSdkVersion = 15
3030
ext.androidTargetSdkVersion = 23
3131
}
3232

0 commit comments

Comments
 (0)