diff --git a/.idea/misc.xml b/.idea/misc.xml index e930905..c60d22d 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,6 +3,30 @@ + + + + @@ -19,4 +43,20 @@ + + + + + 1.7 + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index a723e1d..fd016be 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -3,7 +3,6 @@ - diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..7f68460 --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index c8f67ff..6564d52 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,2 +1,6 @@ - \ No newline at end of file + + + + + \ No newline at end of file diff --git a/FlyRefresh.iml b/FlyRefresh.iml index 75f454d..ac20cc8 100644 --- a/FlyRefresh.iml +++ b/FlyRefresh.iml @@ -8,7 +8,7 @@ - + diff --git a/README.md b/README.md index fb3baaf..b0b602d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add Gradle dependency: ```gradle dependencies { - compile 'com.race604.flyrefresh:library:1.0.1' + compile 'com.race604.flyrefresh:library:1.0.3' } ``` diff --git a/app/app.iml b/app/app.iml index f00f2fe..831d6e1 100644 --- a/app/app.iml +++ b/app/app.iml @@ -12,10 +12,12 @@ - + diff --git a/library/build.gradle b/library/build.gradle index 27ef2e7..0ec6e97 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' -version = "1.0.1" +version = "1.0.2" android { compileSdkVersion 22 @@ -12,7 +12,7 @@ android { defaultConfig { minSdkVersion 11 targetSdkVersion 22 - versionCode 2 + versionCode 3 versionName version } buildTypes { diff --git a/library/library.iml b/library/library.iml index cbf933a..6f37f74 100644 --- a/library/library.iml +++ b/library/library.iml @@ -1,5 +1,5 @@ - + @@ -12,10 +12,12 @@ - + @@ -63,7 +65,6 @@ - @@ -83,9 +84,7 @@ - -