Skip to content

Commit

Permalink
Merge pull request #13 from lovoo/feature/update_version
Browse files Browse the repository at this point in the history
fix ci build issue
  • Loading branch information
mario222k authored May 26, 2020
2 parents 71b138f + 9ea337a commit af67722
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 6 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ dependencies {
implementation "androidx.browser:browser:$browser_version"
implementation "androidx.media:media:$media_version"
implementation "androidx.legacy:legacy-support-v4:$legacy_v4_version"
implementation "com.google.android.material:material:1.0.0"

implementation "com.lovoo.android:pickapp:$pickpic_version"
implementation "com.google.android.material:material:$material_version"

androidTestImplementation "androidx.test:runner:$androidX_test_version"
androidTestImplementation "androidx.test:rules:$androidX_test_version"
Expand All @@ -76,4 +74,9 @@ dependencies {
androidTestImplementation "androidx.test.uiautomator:uiautomator:$uiautomator_version"

androidTestUtil "androidx.test:orchestrator:$orchestrator_version"
implementation project(path: ':pickcam')
implementation project(path: ':pickcore')
implementation project(path: ':pickfacebook')
implementation project(path: ':pickui')
implementation project(path: ':pickapp')
}
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ buildscript {
ext.orchestrator_version = "1.2.0"
ext.androidX_test_version = "1.2.0"

ext.pickpic_version = "1.0.3"

ext.target_version = 28
ext.min_version = 18

Expand Down

0 comments on commit af67722

Please sign in to comment.