Skip to content

Commit

Permalink
updater: revert appcompat and design library version to 25.0.1
Browse files Browse the repository at this point in the history
- This fixes the bug in FAB animations and other UI elements
- Remove some unused imports
  • Loading branch information
jqjiang committed Dec 30, 2016
1 parent 937aa91 commit a6e8699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions appupdater/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:design:25.1.0'
compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support:design:25.0.1'
testCompile 'junit:junit:4.12'
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.ActivityCompat;
import android.support.v4.app.DialogFragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.support.v4.content.ContextCompat;
import android.support.v7.app.AlertDialog;
import android.widget.TextView;
import android.widget.Toast;

import com.charmeryl.appupdater.R;
import com.charmeryl.appupdater.managers.UpdateManager;
Expand Down

0 comments on commit a6e8699

Please sign in to comment.