Restructure android test module, update dependencies

This commit is contained in:
Mikhael Bogdanov
2018-10-22 09:38:19 +02:00
parent 78fe9d8eee
commit 0288a1bd2d
12 changed files with 45 additions and 58 deletions
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.jetbrains.kotlin.android.tests"
android:versionCode="1"
android:versionName="1.0">
<application>
<uses-library android:name="android.test.runner" />
</application>
</manifest>
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">android1</string>
</resources>