Skip to content

Commit 0cc9af3

Browse files
authored
Merge pull request #4 from xcam/master
Remove unused resources and dependencies
2 parents c05d75d + fce6d63 commit 0cc9af3

File tree

4 files changed

+1
-24
lines changed

4 files changed

+1
-24
lines changed

app/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ android {
2121

2222
dependencies {
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
}
3126
repositories {

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
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

app/src/main/res/values/colors.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

app/src/main/res/values/styles.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)