diff options
author | Allan Wang <me@allanwang.ca> | 2017-11-08 22:40:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-08 22:40:06 -0500 |
commit | f343d0f04c9cbb210f2b56b4f0c534ac56aa76ef (patch) | |
tree | 2a261a6ed4af0c17233714af7673d5370f19edbf /core/src/androidTest/kotlin | |
parent | 3b1cbd2f2cf211b804784bef33de85b8a889677e (diff) | |
download | kau-f343d0f04c9cbb210f2b56b4f0c534ac56aa76ef.tar.gz kau-f343d0f04c9cbb210f2b56b4f0c534ac56aa76ef.tar.bz2 kau-f343d0f04c9cbb210f2b56b4f0c534ac56aa76ef.zip |
Translations Vietnamese (#99)
* Add translations
* Lint
* Inline
* Optimize imports
* Replace ellipsis
Diffstat (limited to 'core/src/androidTest/kotlin')
-rw-r--r-- | core/src/androidTest/kotlin/ca/allanwang/kau/xml/ChangelogTest.kt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/androidTest/kotlin/ca/allanwang/kau/xml/ChangelogTest.kt b/core/src/androidTest/kotlin/ca/allanwang/kau/xml/ChangelogTest.kt index a3c9ff1..e3b3170 100644 --- a/core/src/androidTest/kotlin/ca/allanwang/kau/xml/ChangelogTest.kt +++ b/core/src/androidTest/kotlin/ca/allanwang/kau/xml/ChangelogTest.kt @@ -1,10 +1,7 @@ package ca.allanwang.kau.xml -import android.support.test.InstrumentationRegistry import android.support.test.filters.MediumTest import android.support.test.runner.AndroidJUnit4 -import ca.allanwang.kau.test.R -import org.junit.Test import org.junit.runner.RunWith /** |