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

공중망을  이용한  애완동물  사료  공급기



             apply  plugin:  'com.android.application'



             android  {
                  compileSdkVersion 24

                  buildToolsVersion "24.0.3"
                  defaultConfig  {
                        applicationId  "com.example.user.parkstation"
                        minSdkVersion  19
                        targetSdkVersion  24

                        versionCode  1
                        versionName  "1.0"
                        testInstrumentationRunner  "android.support.test.runner.AndroidJUnitRunner"

                  }
                  buildTypes  {
                        release  {
                             minifyEnabled  false
                             proguardFiles getDefaultProguardFile('proguard-android.txt'),  'proguard-rules.pro'

                        }
                  }
             }



             dependencies  {
                  compile fileTree(include:  ['*.jar'],  dir: 'libs')
                  compile 'com.pavelsikun:material-seekbar-preference:2.3.0+'
                     compile  'net.danlew:android.joda:2.9.4.3'

                  androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2',  {
                             exclude  group:  'com.android.support',  module:  'support-annotations'
                  })

                     compile  'com.android.support:appcompat-v7:24.2.1'
                  testCompile 'junit:junit:4.12'
             }






            ip를  설정하기  위한  페이지에서  다른  사람이  만든  프로그램을  가져다가  쓰기  위해서  그래이들  설정을
            바꿨다.  자세한  설명은  엘리베이터조의  설명을  참고하기  바란다.
                                                                                              db_menu.xml



            인천전자마이스터고등학교
                                                         -  852  -
   854   855   856   857   858   859   860   861   862   863   864