Skip to content

Commit

Permalink
update to FlycoRoundView_Lib 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
H07000223 committed Dec 7, 2015
1 parent 05f1ba8 commit b3a84c6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions FlycoTabLayout_Lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile "com.android.support:support-v4:23.1.0"
compile "com.android.support:support-v4:23.1.1"
compile 'com.nineoldandroids:library:2.4.0'
compile "com.flyco.roundview:FlycoRoundView_Lib:1.0.4@aar"
compile "com.flyco.roundview:FlycoRoundView_Lib:1.1.2@aar"
}

//def siteUrl = 'https://github.com/H07000223' // 项目的主页
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ can be used freely with other widgets together.
```groovy
dependencies{
compile "com.android.support:support-v4:23.1.0"
compile "com.android.support:support-v4:23.1.1"
compile 'com.nineoldandroids:library:2.4.0'
compile "com.flyco.roundview:FlycoRoundView_Lib:1.0.4@aar"
compile "com.flyco.roundview:FlycoRoundView_Lib:1.1.2@aar"
compile 'com.flyco.tablayout:FlycoTabLayout_Lib:1.4.0@aar'
}
```
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@

```groovy
dependencies{
compile "com.android.support:support-v4:23.1.0"
compile "com.android.support:support-v4:23.1.1"
compile 'com.nineoldandroids:library:2.4.0'
compile "com.flyco.roundview:FlycoRoundView_Lib:1.0.4@aar"
compile "com.flyco.roundview:FlycoRoundView_Lib:1.1.2@aar"
compile 'com.flyco.tablayout:FlycoTabLayout_Lib:1.4.0@aar'
}
```
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile "com.android.support:appcompat-v7:23.1.0"
compile "com.android.support:appcompat-v7:23.1.1"
compile project(':FlycoTabLayout_Lib')

/* compile 'com.flyco.tablayout:FlycoTabLayout_Lib:1.4.0@aar'
compile "com.flyco.roundview:FlycoRoundView_Lib:1.0.4@aar"
compile "com.flyco.roundview:FlycoRoundView_Lib:1.1.2@aar"
compile 'com.nineoldandroids:library:2.4.0'*/
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:1.3.0"
classpath "com.android.tools.build:gradle:1.5.0"
// classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
// classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit b3a84c6

Please sign in to comment.