Skip to content

Commit

Permalink
code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
teogor committed Apr 21, 2021
1 parent 0118f74 commit a647b20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
}
}
buildFeatures {
dataBinding true;
dataBinding true
}

lintOptions {
Expand All @@ -32,5 +32,5 @@ android {
dependencies {
implementation project(':anidero')

implementation 'com.zeoflow:flow-kit:1.1.1'
implementation 'com.zeoflow:flow-kit:1.5.1'
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
import android.os.Bundle;

import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;

import com.zeoflow.anidero.AnideroAnimationView;
import com.zeoflow.compat.ActivityCore;
import com.zeoflow.app.Activity;

public class MainActivity extends ActivityCore
public class MainActivity extends Activity
{

@Override
Expand Down

0 comments on commit a647b20

Please sign in to comment.