Skip to content

Commit 1181137

Browse files
Remove and update dependencies
1 parent b5d2fb2 commit 1181137

File tree

6 files changed

+7
-74
lines changed

6 files changed

+7
-74
lines changed

android/lib/build.gradle

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ android {
88
targetSdkVersion 28
99
versionCode 1
1010
versionName "1.0"
11-
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1211
consumerProguardFiles 'consumer-rules.pro'
1312
}
1413
buildTypes {
@@ -17,17 +16,11 @@ android {
1716
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1817
}
1918
}
20-
lintOptions {
21-
abortOnError false
22-
}
2319
}
2420

2521
dependencies {
2622
implementation fileTree(dir: 'libs', include: ['*.jar'])
2723
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}
3326
}

android/moviesreloaded/build.gradle

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,26 @@ apply from: 'ern.gradle'
33

44
android {
55
compileSdkVersion 28
6-
6+
buildToolsVersion = '28.0.3'
77
defaultConfig {
88
applicationId "com.walmartlabs.moviesreloaded"
99
minSdkVersion 23
1010
targetSdkVersion 28
1111
versionCode 1
1212
versionName "1.0"
13-
14-
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
15-
1613
}
17-
1814
buildTypes {
1915
release {
2016
minifyEnabled false
2117
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2218
}
2319
}
24-
compileOptions {
25-
sourceCompatibility = '1.8'
26-
targetCompatibility = '1.8'
27-
}
28-
buildToolsVersion = '28.0.3'
29-
3020
}
3121

3222
dependencies {
33-
api project(":lib")
34-
3523
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'
3825
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}
4428
}

android/moviesreloaded/src/androidTest/java/com/walmartlabs/moviesreloaded/ExampleInstrumentedTest.java

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

android/moviesreloaded/src/main/res/layout/activity_main.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
android:layout_width="wrap_content"
1313
android:layout_height="wrap_content"
1414
android:drawableTint="#005C1818"
15-
android:gravity="center_horizontal"
1615
android:onClick="handleButtonClick"
1716
android:text="@string/experience_default"
1817
android:textAllCaps="false" />

android/moviesreloaded/src/test/java/com/walmartlabs/moviesreloaded/ExampleUnitTest.java

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"root": "android",
2525
"dependencies": [
2626
"androidx.appcompat:appcompat:1.1.0",
27-
"androidx.lifecycle:lifecycle-extensions:2.1.0",
27+
"androidx.lifecycle:lifecycle-extensions:2.2.0",
2828
"androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
2929
],
3030
"copy": [

0 commit comments

Comments
 (0)