Commit 50259995bd64773d1c80dc937189b567684b9678
1 parent
a4d05f05
remove test
Showing
3 changed files
with
3 additions
and
31 deletions
Show diff stats
PremiereActivite/app/build.gradle
@@ -6,22 +6,22 @@ android { | @@ -6,22 +6,22 @@ android { | ||
6 | 6 | ||
7 | defaultConfig { | 7 | defaultConfig { |
8 | applicationId "com.example.app_10p5" | 8 | applicationId "com.example.app_10p5" |
9 | - minSdkVersion 21 | 9 | + minSdkVersion 17 |
10 | targetSdkVersion 23 | 10 | targetSdkVersion 23 |
11 | versionCode 1 | 11 | versionCode 1 |
12 | versionName "1.0" | 12 | versionName "1.0" |
13 | } | 13 | } |
14 | buildTypes { | 14 | buildTypes { |
15 | release { | 15 | release { |
16 | - minifyEnabled true | 16 | + minifyEnabled false |
17 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | 17 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' |
18 | + zipAlignEnabled true | ||
18 | } | 19 | } |
19 | } | 20 | } |
20 | } | 21 | } |
21 | 22 | ||
22 | dependencies { | 23 | dependencies { |
23 | compile fileTree(dir: 'libs', include: ['*.jar']) | 24 | compile fileTree(dir: 'libs', include: ['*.jar']) |
24 | - testCompile 'junit:junit:4.12' | ||
25 | compile 'com.android.support:design:23.3.0' | 25 | compile 'com.android.support:design:23.3.0' |
26 | compile 'com.android.support:support-v13:23.3.0' | 26 | compile 'com.android.support:support-v13:23.3.0' |
27 | } | 27 | } |
PremiereActivite/app/src/androidTest/java/com/example/florian/premiereactivite/ApplicationTest.java deleted
@@ -1,13 +0,0 @@ | @@ -1,13 +0,0 @@ | ||
1 | -package com.example.florian.premiereactivite; | ||
2 | - | ||
3 | -import android.app.Application; | ||
4 | -import android.test.ApplicationTestCase; | ||
5 | - | ||
6 | -/** | ||
7 | - * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> | ||
8 | - */ | ||
9 | -public class ApplicationTest extends ApplicationTestCase<Application> { | ||
10 | - public ApplicationTest() { | ||
11 | - super(Application.class); | ||
12 | - } | ||
13 | -} | ||
14 | \ No newline at end of file | 0 | \ No newline at end of file |
PremiereActivite/app/src/test/java/com/example/florian/premiereactivite/ExampleUnitTest.java deleted
@@ -1,15 +0,0 @@ | @@ -1,15 +0,0 @@ | ||
1 | -package com.example.florian.premiereactivite; | ||
2 | - | ||
3 | -import org.junit.Test; | ||
4 | - | ||
5 | -import static org.junit.Assert.*; | ||
6 | - | ||
7 | -/** | ||
8 | - * To work on unit tests, switch the Test Artifact in the Build Variants view. | ||
9 | - */ | ||
10 | -public class ExampleUnitTest { | ||
11 | - @Test | ||
12 | - public void addition_isCorrect() throws Exception { | ||
13 | - assertEquals(4, 2 + 2); | ||
14 | - } | ||
15 | -} | ||
16 | \ No newline at end of file | 0 | \ No newline at end of file |