Skip to content

Commit

Permalink
update to v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daimajia committed Feb 21, 2017
1 parent 3416179 commit 89b980a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For making animations more real, I created another project named [Android Easing
dependencies {
compile 'com.android.support:support-compat:25.1.1'
compile 'com.daimajia.easing:library:2.0@aar'
compile 'com.daimajia.androidanimations:library:2.1@aar'
compile 'com.daimajia.androidanimations:library:2.2@aar'
}
```
#### Maven
Expand All @@ -38,7 +38,7 @@ dependencies {
<dependency>
<groupId>com.daimajia.androidanimation</groupId>
<artifactId>library</artifactId>
<version>2.1</version>
<version>2.2</version>
</dependency>
<dependency>
<groupId>com.daimajia.easing</groupId>
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
# org.gradle.parallel=true


VERSION_NAME=2.1
VERSION_CODE=25
VERSION_NAME=2.2
VERSION_CODE=30
GROUP=com.daimajia.androidanimations

POM_DESCRIPTION=Collect android animations
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 25
versionName "2.1"
versionCode 30
versionName "2.2"
}
buildTypes {
release {
Expand Down

0 comments on commit 89b980a

Please sign in to comment.