File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,16 +6,12 @@ group='com.github.Comtu'
66android {
77 compileSdkVersion 27
88
9-
10-
119 defaultConfig {
1210 minSdkVersion 14
1311 targetSdkVersion 27
1412 versionCode 1
1513 versionName " 1.0"
16-
1714 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
18-
1915 }
2016
2117 buildTypes {
@@ -24,14 +20,8 @@ android {
2420 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
2521 }
2622 }
27-
2823}
2924
3025dependencies {
3126 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
32-
33- implementation ' com.android.support:appcompat-v7:27.1.1'
34- testImplementation ' junit:junit:4.12'
35- androidTestImplementation ' com.android.support.test:runner:1.0.2'
36- androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
3727}
You can’t perform that action at this time.
0 commit comments