Blame view

PremiereActivite/app/build.gradle 666 Bytes
4abf4602   Florian Deze   Début Interface g...
1
2
3
4
  apply plugin: 'com.android.application'
  
  android {
      compileSdkVersion 23
d94e64ab   JLo'w   MaJ
5
      buildToolsVersion '23.0.3'
4abf4602   Florian Deze   Début Interface g...
6
7
  
      defaultConfig {
c8059613   JLo'w   Re-fonte de l'app...
8
          applicationId "com.example.app_10p5"
50259995   JLo'w   remove test
9
          minSdkVersion 17
4abf4602   Florian Deze   Début Interface g...
10
11
12
13
14
15
          targetSdkVersion 23
          versionCode 1
          versionName "1.0"
      }
      buildTypes {
          release {
50259995   JLo'w   remove test
16
              minifyEnabled false
4abf4602   Florian Deze   Début Interface g...
17
              proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
50259995   JLo'w   remove test
18
              zipAlignEnabled true
4abf4602   Florian Deze   Début Interface g...
19
20
21
22
23
24
          }
      }
  }
  
  dependencies {
      compile fileTree(dir: 'libs', include: ['*.jar'])
d94e64ab   JLo'w   MaJ
25
26
      compile 'com.android.support:design:23.3.0'
      compile 'com.android.support:support-v13:23.3.0'
4abf4602   Florian Deze   Début Interface g...
27
  }