File tree Expand file tree Collapse file tree 6 files changed +7
-74
lines changed
androidTest/java/com/walmartlabs/moviesreloaded
test/java/com/walmartlabs/moviesreloaded Expand file tree Collapse file tree 6 files changed +7
-74
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ android {
8
8
targetSdkVersion 28
9
9
versionCode 1
10
10
versionName " 1.0"
11
- testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
12
11
consumerProguardFiles ' consumer-rules.pro'
13
12
}
14
13
buildTypes {
@@ -17,17 +16,11 @@ android {
17
16
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
18
17
}
19
18
}
20
- lintOptions {
21
- abortOnError false
22
- }
23
19
}
24
20
25
21
dependencies {
26
22
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
27
23
implementation ' androidx.appcompat:appcompat:1.1.0'
28
- implementation ' androidx.lifecycle:lifecycle-extensions:2.1.0'
29
- api (' com.walmartlabs.ern:container-movies-reloaded:1.0.0' ) {changing= true }
30
- testImplementation ' junit:junit:4.12'
31
- androidTestImplementation ' androidx.test.ext:junit:1.1.1'
32
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
24
+ implementation ' androidx.lifecycle:lifecycle-extensions:2.2.0'
25
+ implementation (' com.walmartlabs.ern:container-movies-reloaded:1.0.0' ) {changing= true }
33
26
}
Original file line number Diff line number Diff line change @@ -3,42 +3,26 @@ apply from: 'ern.gradle'
3
3
4
4
android {
5
5
compileSdkVersion 28
6
-
6
+ buildToolsVersion = ' 28.0.3 '
7
7
defaultConfig {
8
8
applicationId " com.walmartlabs.moviesreloaded"
9
9
minSdkVersion 23
10
10
targetSdkVersion 28
11
11
versionCode 1
12
12
versionName " 1.0"
13
-
14
- testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
15
-
16
13
}
17
-
18
14
buildTypes {
19
15
release {
20
16
minifyEnabled false
21
17
proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
22
18
}
23
19
}
24
- compileOptions {
25
- sourceCompatibility = ' 1.8'
26
- targetCompatibility = ' 1.8'
27
- }
28
- buildToolsVersion = ' 28.0.3'
29
-
30
20
}
31
21
32
22
dependencies {
33
- api project(" :lib" )
34
-
35
23
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
36
-
37
- implementation ' com.android.support.constraint:constraint-layout:1.1.3'
24
+ implementation ' androidx.appcompat:appcompat:1.1.0'
38
25
implementation ' androidx.coordinatorlayout:coordinatorlayout:1.1.0'
39
- implementation ' com.google.android.material:material:1.0.0'
40
-
41
- testImplementation ' junit:junit:4.12'
42
- androidTestImplementation ' com.android.support.test:runner:1.0.2'
43
- androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
26
+ implementation ' com.google.android.material:material:1.1.0'
27
+ implementation (' com.walmartlabs.ern:container-movies-reloaded:1.0.0' ) {changing= true }
44
28
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 12
12
android : layout_width =" wrap_content"
13
13
android : layout_height =" wrap_content"
14
14
android : drawableTint =" #005C1818"
15
- android : gravity =" center_horizontal"
16
15
android : onClick =" handleButtonClick"
17
16
android : text =" @string/experience_default"
18
17
android : textAllCaps =" false" />
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 24
24
"root" : " android" ,
25
25
"dependencies" : [
26
26
" androidx.appcompat:appcompat:1.1.0" ,
27
- " androidx.lifecycle:lifecycle-extensions:2.1 .0" ,
27
+ " androidx.lifecycle:lifecycle-extensions:2.2 .0" ,
28
28
" androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
29
29
],
30
30
"copy" : [
You can’t perform that action at this time.
0 commit comments