This repository was archived by the owner on Oct 27, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
androidTest/java/kotlinx/coroutines/experimental/android/app Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ apply plugin: 'kotlin-android-extensions'
7
7
android {
8
8
compileSdkVersion 27
9
9
defaultConfig {
10
- applicationId " kotlinx.coroutines.experimental.firebase.app"
10
+ applicationId " kotlinx.coroutines.experimental.firebase.android. app"
11
11
minSdkVersion 25
12
12
targetSdkVersion 27
13
13
versionCode 1
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import com.google.firebase.FirebaseApp
5
5
import com.google.firebase.auth.FirebaseAuth
6
6
import com.google.firebase.database.FirebaseDatabase
7
7
import kotlinx.coroutines.experimental.async
8
+ import kotlinx.coroutines.experimental.firebase.android.await
8
9
import kotlinx.coroutines.experimental.runBlocking
9
- import kotlinx.coroutines.firebase.android.await
10
10
import org.junit.Before
11
11
import org.junit.BeforeClass
12
12
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ package kotlinx.coroutines.experimental.android.app
3
3
import android.support.test.runner.AndroidJUnit4
4
4
import com.google.firebase.FirebaseException
5
5
import com.google.firebase.database.*
6
+ import kotlinx.coroutines.experimental.firebase.android.await
7
+ import kotlinx.coroutines.experimental.firebase.android.readValue
8
+ import kotlinx.coroutines.experimental.firebase.android.readValues
6
9
import kotlinx.coroutines.experimental.runBlocking
7
- import kotlinx.coroutines.firebase.android.await
8
10
import org.hamcrest.Matchers.*
9
11
import org.junit.Assert.assertThat
10
12
import org.junit.Assert.fail
11
13
import org.junit.Test
12
14
import org.junit.runner.RunWith
13
- import readValue
14
- import readValues
15
15
16
16
@RunWith(AndroidJUnit4 ::class )
17
17
class DatabaseReferenceIntegrationTest : BaseIntegrationTest () {
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ package kotlinx.coroutines.experimental.android.app
2
2
3
3
import android.support.test.runner.AndroidJUnit4
4
4
import com.google.firebase.auth.*
5
+ import kotlinx.coroutines.experimental.firebase.android.await
5
6
import kotlinx.coroutines.experimental.runBlocking
6
- import kotlinx.coroutines.firebase.android.await
7
7
import org.hamcrest.Matchers.*
8
8
9
9
import org.junit.Test
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" kotlinx.coroutines.experimental.firebase.app" >
2
+ package =" kotlinx.coroutines.experimental.firebase.android. app" >
3
3
4
4
<application
5
5
android : allowBackup =" true"
You can’t perform that action at this time.
0 commit comments