Skip to content

Commit

Permalink
Remove and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Sep 22, 2020
1 parent ce6fe32 commit f419fcf
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 71 deletions.
9 changes: 3 additions & 6 deletions android/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,15 @@ android {
multiDexEnabled true
}
}
lintOptions {
abortOnError false
}
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
api ('com.walmartlabs.ern:container-movies-reloaded:1.0.0') {changing=true}
androidTestImplementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation ('com.walmartlabs.ern:container-movies-reloaded:1.0.0') {changing=true}
androidTestImplementation 'androidx.multidex:multidex:2.0.0'
androidTestImplementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
androidTestImplementation 'androidx.test:core:1.3.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test:runner:1.3.0'
Expand Down
24 changes: 4 additions & 20 deletions android/moviesreloaded/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,26 @@ apply from: 'ern.gradle'

android {
compileSdkVersion 28

buildToolsVersion = '28.0.3'
defaultConfig {
applicationId "com.walmartlabs.moviesreloaded"
minSdkVersion 23
targetSdkVersion 28
versionCode 1
versionName "1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
}
buildToolsVersion = '28.0.3'

}

dependencies {
api project(":lib")

implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
implementation 'com.google.android.material:material:1.0.0'

testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.google.android.material:material:1.1.0'
implementation ('com.walmartlabs.ern:container-movies-reloaded:1.0.0') {changing=true}
}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableTint="#005C1818"
android:gravity="center_horizontal"
android:onClick="handleButtonClick"
android:text="@string/experience_default"
android:textAllCaps="false" />
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"root": "android",
"dependencies": [
"androidx.appcompat:appcompat:1.1.0",
"androidx.lifecycle:lifecycle-extensions:2.1.0",
"androidx.lifecycle:lifecycle-extensions:2.2.0",
"androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
],
"copy": [
Expand Down

0 comments on commit f419fcf

Please sign in to comment.