//statement is an Android programApply plugin: ' Com.android.application 'Android {//compiling the SDK versionCompilesdkversion 21//version of Build toolsBuildtoolsversion "21.1.1"Defaultconfig {//app's package nameApplicationID "Me.storm.ninegag"minsdkversion14targetsdkversion21stVersioncode1Versionname"1.0.0" } //Java versioncompileoptions {sourcecompatibility javaversion.version_1_7 targetcompatibility JavaVersion.VERSION _1_7} buildtypes {release {//whether to confuseMinifyenabledfalse //confusing the location of a fileProguardfiles getdefaultproguardfile (' proguard-android.txt '), ' proguard-rules.txt ' } } //Remove the error from the lint checklintoptions {abortonerrorfalse}}dependencies {//compiling all jar packages under the Libs directoryCompile Filetree (dir: ' Libs ', include: [' *.jar ']) Compile' com.android.support:support-v4:21.0.2 'Compile' com.etsy.android.grid:library:1.0.5 'Compile' com.alexvasilkov:foldable-layout:1.0.1 '//compiling the Shimmerandroid module under the Extras directoryCompile project (': Extras:shimmerandroid '))}
The Gradle configuration file for this module under the Android Studio app folder