Skip to content

Commit 8252a02

Browse files
committed
Change build.gradle
1 parent 0ff96e5 commit 8252a02

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

app/build.gradle

+6-4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ android {
1111
versionCode 1
1212
versionName "1.0.0"
1313
}
14+
15+
compileOptions {
16+
sourceCompatibility JavaVersion.VERSION_1_7
17+
targetCompatibility JavaVersion.VERSION_1_7
18+
}
19+
1420
buildTypes {
1521
release {
1622
minifyEnabled false
@@ -26,11 +32,7 @@ android {
2632
dependencies {
2733
compile fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
2834
compile 'com.android.support:support-v4:21.0.2'
29-
30-
// AndroidStaggeredGrid https://github.com/etsy/AndroidStaggeredGrid
3135
compile 'com.etsy.android.grid:library:1.0.5'
32-
// Shimmer-android https://github.com/RomainPiel/Shimmer-android
3336
compile project(':extras:ShimmerAndroid')
34-
// FoldableLayout https://github.com/alexvasilkov/FoldableLayout
3537
compile 'com.alexvasilkov:foldable-layout:1.0.1'
3638
}

0 commit comments

Comments
 (0)