File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ android {
11
11
versionCode 1
12
12
versionName " 1.0.0"
13
13
}
14
+
15
+ compileOptions {
16
+ sourceCompatibility JavaVersion . VERSION_1_7
17
+ targetCompatibility JavaVersion . VERSION_1_7
18
+ }
19
+
14
20
buildTypes {
15
21
release {
16
22
minifyEnabled false
@@ -26,11 +32,7 @@ android {
26
32
dependencies {
27
33
compile fileTree(dir : ' libs' , include : [' *.jar' , ' *.aar' ])
28
34
compile ' com.android.support:support-v4:21.0.2'
29
-
30
- // AndroidStaggeredGrid https://github.com/etsy/AndroidStaggeredGrid
31
35
compile ' com.etsy.android.grid:library:1.0.5'
32
- // Shimmer-android https://github.com/RomainPiel/Shimmer-android
33
36
compile project(' :extras:ShimmerAndroid' )
34
- // FoldableLayout https://github.com/alexvasilkov/FoldableLayout
35
37
compile ' com.alexvasilkov:foldable-layout:1.0.1'
36
38
}
You can’t perform that action at this time.
0 commit comments