The Gradle configuration file for this module under the Android Studio app folder

Source: Internet
Author: User

//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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.