Skip to content

Commit

Permalink
Fix NoOp Impl
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Jun 13, 2020
1 parent 2a68e4f commit 76a12c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion hood-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ android.variantFilter { variant ->

dependencies {
implementation 'androidx.core:core:1.3.0'
implementation 'androidx.legacy:legacy-support-core-utils:1.0.0'
implementation "androidx.recyclerview:recyclerview:$rootProject.ext.dependencies.androidx"
implementation 'androidx.viewpager:viewpager:1.0.0'
implementation "com.jakewharton.timber:timber:$rootProject.ext.dependencies.timber"
Expand Down
2 changes: 1 addition & 1 deletion hood-core/src/main/res/layout/hoodlib_template_spacer.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.legacy.widget.Space style="@style/HoodLibSpacer" />
<Space style="@style/HoodLibSpacer" />
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

import androidx.annotation.ColorInt;
import androidx.annotation.NonNull;
import androidx.legacy.widget.Space;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Space;

import at.favre.lib.hood.interfaces.ViewTemplate;

Expand Down

0 comments on commit 76a12c7

Please sign in to comment.