Skip to content

Commit

Permalink
v1.9.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhesk committed Jul 12, 2016
1 parent b84fa8d commit 2ca3a2e
Show file tree
Hide file tree
Showing 16 changed files with 190 additions and 5,933 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -40,7 +40,7 @@ proguard/

# Log Files
*.log
.idea/
.idea
/gradlew.bat
/gradlew

Expand Down
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

21 changes: 0 additions & 21 deletions .idea/compiler.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/modules.xml

This file was deleted.

5,728 changes: 0 additions & 5,728 deletions .idea/workspace.xml

This file was deleted.

6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ For the most comprehensive collection of artifacts, point your Maven at: `http:/

```gradle
dependencies {
compile 'com.hkm.loyalslider:library:1.9.1'
compile 'com.hkm.loyalslider:library:1.9.3'
}
```

Expand Down Expand Up @@ -128,6 +128,10 @@ If there are someone who I do not mention here, please accept my sincere appolog


###Log History
###v1.9.3
- android support library 24.0.0
- update build tool
- improve mini frame slider framework

###v1.9.1
- update get color using contextcompat
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
classpath 'com.novoda:bintray-release:0.3.4'
}
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
@@ -1,8 +1,8 @@
# Project-wide Gradle settings.
VERSION_NAME=1.9.21
VERSION_NAME=1.9.3
VERSION_CODE=93
GROUP=com.hkm.loyalslider
SUPPORT_LIBRARY=23.4.0
SUPPORT_LIBRARY=24.0.0
FITKIT=0.4.1
PUBLISH_GROUP_ID=com.hkm.loyalslider
POM_DESCRIPTION=This is the slider for JAVA android use. Thanks to Android Image Slider. This will make it even a better one!
Expand All @@ -17,7 +17,7 @@ POM_DEVELOPER_ID=jjhesk
POM_DEVELOPER_NAME=jjhesk
POM_EMAIL=nonoKd@gmail.com
ANDROID_BUILD_MIN_SDK_VERSION=15
ANDROID_BUILD_TARGET_SDK_VERSION=23
ANDROID_BUILD_SDK_VERSION=23
ANDROID_BUILD_TOOLS_VERSION=23.0.3
ANDROID_BUILD_TARGET_SDK_VERSION=24
ANDROID_BUILD_SDK_VERSION=24
ANDROID_BUILD_TOOLS_VERSION=24.0.0
BAPI=17479d176480ed0232fe101b6555654a2624d7a0
123 changes: 0 additions & 123 deletions library/library.iml

This file was deleted.

0 comments on commit 2ca3a2e

Please sign in to comment.