Page 505 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 505

return  true;

                                  }

                             });

                       }

                  }




                    (10)   build.gradle
                  //  위에서  설명한  내용으로  안드로이드  빌드를  편리하게  해주는  툴이다.



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




                  buildscript  {

                       repositories  {

                             jcenter()



                       }

                       dependencies  {




                             classpath  'com.android.tools.build:gradle:2.2.0'

                             //  NOTE:  Do not place  your  application  dependencies  here;  they  belong

                             //  in  the individual  module build.gradle  files

                       }

                  }



                  allprojects  {

                       repositories  {

                             jcenter()

                             maven  {




            인천전자마이스터고등학교
                                                         -  498  -
   500   501   502   503   504   505   506   507   508   509   510