Skip to content

Commit a22644b

Browse files
Merge branch 'master' of https://github.com/bendikv/flowlayoutmanager into bendikv-master
# Conflicts: # build.gradle
2 parents f90e967 + 4fec9b2 commit a22644b

6 files changed

Lines changed: 7 additions & 28 deletions

File tree

.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

.idea/gradle.xml

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ android {
1717
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1818
}
1919
}
20-
dexOptions {
21-
incremental true
22-
}
2320
compileOptions {
2421
sourceCompatibility JavaVersion.VERSION_1_7
2522
targetCompatibility JavaVersion.VERSION_1_7
@@ -33,7 +30,9 @@ dependencies {
3330
compile(group: 'com.android.support', name: 'appcompat-v7', version: supportLibVersion)
3431
compile(group: 'com.android.support', name: 'recyclerview-v7', version: supportLibVersion)
3532
compile(group: 'com.android.support', name: 'recyclerview-v7', version: supportLibVersion)
36-
compile 'com.xiaofeng.android:flowlayoutmanager:1.2.3.2'
33+
34+
compile project(":flowlayoutmanager")
35+
3736
compile 'us.feras.mdv:markdownview:1.1.0'
3837
compile 'com.android.support:support-v4:26.1.0'
3938
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ subprojects {
2828
ext.playServiceVersion = "8.4.0"
2929
ext.androidBuildToolVersion = "26.0.2"
3030
ext.androidCompileSdkVersion = 26
31-
ext.androidMinSdkVersion = 16
31+
ext.androidMinSdkVersion = 15
3232
ext.androidTargetSdkVersion = 26
3333
}
3434

0 commit comments

Comments
 (0)