File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
src/main/java/com/daimajia/androidanimations Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1- apply plugin : ' android-sdk-manager'
21apply plugin : ' com.android.application'
32
43android {
5- compileSdkVersion 22
6- buildToolsVersion " 22 .0.1 "
4+ compileSdkVersion 25
5+ buildToolsVersion " 25 .0.2 "
76
87 defaultConfig {
98 applicationId " com.daimajia.androidanimations"
10- minSdkVersion 8
11- targetSdkVersion 22
12- versionCode 1
13- versionName " 1 .0"
9+ minSdkVersion 14
10+ targetSdkVersion 25
11+ versionCode 2
12+ versionName " 2 .0"
1413 }
1514 buildTypes {
1615 release {
@@ -25,5 +24,6 @@ android {
2524dependencies {
2625 compile fileTree(dir : ' libs' , include : [' *.jar' ])
2726 compile ' com.nineoldandroids:library:2.4.0'
27+ compile ' com.android.support:support-v4:25.1.1'
2828 compile project(' :library' )
2929}
Original file line number Diff line number Diff line change 11package com .daimajia .androidanimations ;
22
3+ import android .animation .Animator ;
34import android .app .Activity ;
45import android .content .Intent ;
56import android .os .Bundle ;
67import android .view .Menu ;
78import android .view .MenuItem ;
89import android .view .View ;
910import android .view .animation .AccelerateDecelerateInterpolator ;
10- import android .view .animation .AnimationUtils ;
1111import android .widget .AdapterView ;
1212import android .widget .ListView ;
1313import android .widget .Toast ;
1414
1515import com .daimajia .androidanimations .library .Techniques ;
1616import com .daimajia .androidanimations .library .YoYo ;
17- import com .nineoldandroids .animation .Animator ;
1817
1918public class MyActivity extends Activity {
2019
You can’t perform that action at this time.
0 commit comments