Page 385 - MDP2020-1
P. 385

················································································  명장양성프로젝트  【MDP】  과제발표회  자료집  Ⅰ    |  379


            //  Top-level  build  file  where  you  can  add  configuration  options  common  to  all
            sub-projects/modules.
            buildscript  {
            repositories  {

            google()
            jcenter()
            }
            dependencies  {

            classpath  "com.android.tools.build:gradle:4.0.1"


            // NOTE: Do  not  place  your application dependencies  here;  they  belong
            // in  the  individual  module build.gradle files
            }
            }



            allprojects  {
            repositories  {
            google()

            jcenter()
            }
            }


            task  clean(type:  Delete)  {
            delete  rootProject.buildDir

            }




            build.gradle(:app)
            apply  plugin:  'com.android.application'



            android  {
            compileSdkVersion  29
            buildToolsVersion  "29.0.3"



            defaultConfig  {
            applicationId  "com.example.s_mart"
            minSdkVersion  19
            targetSdkVersion  29
            versionCode  1

            versionName  "1.0"
   380   381   382   383   384   385   386   387   388   389   390