Commit d94e64ab663c1f48dd8f73b6316585ffa14efacc

Authored by JLo'w
1 parent 014fb0e4

MaJ

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
PremiereActivite/app/build.gradle
... ... @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2 2  
3 3 android {
4 4 compileSdkVersion 23
5   - buildToolsVersion '23.2.1'
  5 + buildToolsVersion '23.0.3'
6 6  
7 7 defaultConfig {
8 8 applicationId "com.example.app_10p5"
... ... @@ -22,6 +22,6 @@ android {
22 22 dependencies {
23 23 compile fileTree(dir: 'libs', include: ['*.jar'])
24 24 testCompile 'junit:junit:4.12'
25   - compile 'com.android.support:design:23.2.1'
26   - compile 'com.android.support:support-v13:23.2.1'
  25 + compile 'com.android.support:design:23.3.0'
  26 + compile 'com.android.support:support-v13:23.3.0'
27 27 }
... ...