File tree Expand file tree Collapse file tree 4 files changed +1
-24
lines changed
Expand file tree Collapse file tree 4 files changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ android {
2121
2222dependencies {
2323 compile fileTree(dir : ' libs' , include : [' *.jar' ])
24- androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
25- exclude group : ' com.android.support' , module : ' support-annotations'
26- })
27- compile ' com.android.support:appcompat-v7:25.2.0'
28- testCompile ' junit:junit:4.12'
2924 compile " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version "
3025}
3126repositories {
Original file line number Diff line number Diff line change 77 android : icon =" @mipmap/ic_launcher"
88 android : label =" @string/app_name"
99 android : roundIcon =" @mipmap/ic_launcher_round"
10- android : supportsRtl =" true"
11- android : theme =" @style/AppTheme" >
10+ android : supportsRtl =" true" >
1211
1312 </application >
1413
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments