diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml
index 2663acf..fe69c79 100644
--- a/.idea/codeStyleSettings.xml
+++ b/.idea/codeStyleSettings.xml
@@ -44,125 +44,153 @@
-
-
-
- xmlns:android
- Namespace:
-
-
-
-
-
-
- xmlns:.*
- Namespace:
-
-
- BY_NAME
-
-
-
-
- .*:id
- http://schemas.android.com/apk/res/android
-
-
-
-
-
-
- .*:name
- http://schemas.android.com/apk/res/android
-
-
-
-
-
-
- name
- ^$
-
-
-
-
-
-
- style
- ^$
-
-
-
-
-
-
- .*
- ^$
-
-
- BY_NAME
-
-
-
-
- .*:layout_width
- http://schemas.android.com/apk/res/android
-
-
-
-
-
-
- .*:layout_height
- http://schemas.android.com/apk/res/android
-
-
-
-
-
-
- .*:layout_.*
- http://schemas.android.com/apk/res/android
-
-
- BY_NAME
-
-
-
-
- .*:width
- http://schemas.android.com/apk/res/android
-
-
- BY_NAME
-
-
-
-
- .*:height
- http://schemas.android.com/apk/res/android
-
-
- BY_NAME
-
-
-
-
- .*
- http://schemas.android.com/apk/res/android
-
-
- BY_NAME
-
-
-
-
- .*
- .*
-
-
- BY_NAME
-
+
+
+
+
+ xmlns:android
+ Namespace:
+
+
+
+
+
+
+
+
+ xmlns:.*
+ Namespace:
+
+
+ BY_NAME
+
+
+
+
+
+
+ .*:id
+ http://schemas.android.com/apk/res/android
+
+
+
+
+
+
+
+
+ .*:name
+ http://schemas.android.com/apk/res/android
+
+
+
+
+
+
+
+
+ name
+ ^$
+
+
+
+
+
+
+
+
+ style
+ ^$
+
+
+
+
+
+
+
+
+ .*
+ ^$
+
+
+ BY_NAME
+
+
+
+
+
+
+ .*:layout_width
+ http://schemas.android.com/apk/res/android
+
+
+
+
+
+
+
+
+ .*:layout_height
+ http://schemas.android.com/apk/res/android
+
+
+
+
+
+
+
+
+ .*:layout_.*
+ http://schemas.android.com/apk/res/android
+
+
+ BY_NAME
+
+
+
+
+
+
+ .*:width
+ http://schemas.android.com/apk/res/android
+
+
+ BY_NAME
+
+
+
+
+
+
+ .*:height
+ http://schemas.android.com/apk/res/android
+
+
+ BY_NAME
+
+
+
+
+
+
+ .*
+ http://schemas.android.com/apk/res/android
+
+
+ BY_NAME
+
+
+
+
+
+
+ .*
+ .*
+
+
+ BY_NAME
+
+
@@ -170,5 +198,4 @@
-
-
+
\ No newline at end of file
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 5fce80d..6c8e002 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -6,6 +6,7 @@
+
-
-
+
\ No newline at end of file
diff --git a/README.md b/README.md
index 603fa7b..a67c4df 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,9 @@ SuperSLiM is a configurable layout manager for a RecyclerView. It provides a ver
SuperSLiM also has a maintained [wiki](https://github.com/TonicArtos/SuperSLiM/wiki) with guides and documentation to help you out.
+## Compatibility
+Minimum sdk is presently set to 9. However, the library is only supported for, and actively tested against, versions 15 and later.
+
## Feature Overview
**Section Headers**
- Sticky headers
diff --git a/SuperSLiM.iml b/SuperSLiM.iml
index 0bb6048..3d564d7 100644
--- a/SuperSLiM.iml
+++ b/SuperSLiM.iml
@@ -1,9 +1,10 @@
-
+
+
@@ -15,5 +16,4 @@
-
-
+
\ No newline at end of file
diff --git a/example/build.gradle b/example/build.gradle
index 95d63d8..83f6a07 100644
--- a/example/build.gradle
+++ b/example/build.gradle
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 21
- buildToolsVersion "21.1.2"
+ compileSdkVersion 22
+ buildToolsVersion "22.0.1"
buildTypes {
release {
minifyEnabled false
@@ -16,8 +16,8 @@ android {
applicationId 'com.tonicartos.superslim.example'
versionCode 1
versionName '0.1'
- minSdkVersion 14
- targetSdkVersion 21
+ minSdkVersion 9
+ targetSdkVersion 22
}
}
diff --git a/example/example.iml b/example/example.iml
index 493848a..456550c 100644
--- a/example/example.iml
+++ b/example/example.iml
@@ -1,5 +1,5 @@
-
+
@@ -12,8 +12,9 @@
-
+
+
@@ -81,15 +82,13 @@
-
-
+
-
-
-
+
+
+
-
-
+
\ No newline at end of file
diff --git a/gradle.properties b/gradle.properties
index e12926c..cb3fd6e 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
-VERSION_NAME=0.4.9
-VERSION_CODE=21
+VERSION_NAME=0.4.9.1
+VERSION_CODE=22
GROUP=com.tonicartos
POM_GENERATE_UNIQUE_SNAPSHOTS=false
diff --git a/library/build.gradle b/library/build.gradle
index 3d7955a..a195f8b 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -1,13 +1,13 @@
apply plugin: 'com.android.library'
android {
- compileSdkVersion 21
- buildToolsVersion "21.1.2"
+ compileSdkVersion 22
+ buildToolsVersion "22.0.1"
defaultConfig {
- minSdkVersion 14
- targetSdkVersion 21
+ minSdkVersion 9
+ targetSdkVersion 22
versionCode 1
- versionName '0.1'
+ versionName '0.4'
}
buildTypes {
release {
@@ -21,7 +21,7 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
- compile 'com.android.support:recyclerview-v7:21.0.2'
+ compile 'com.android.support:recyclerview-v7:+'
}
apply from: 'https://raw.github.com/TonicArtos/gradle-mvn-push/master/gradle-mvn-push.gradle'
diff --git a/library/library.iml b/library/library.iml
index cdb04f8..a8a1feb 100644
--- a/library/library.iml
+++ b/library/library.iml
@@ -1,5 +1,5 @@
-
+
@@ -12,8 +12,9 @@
-
+
+
@@ -62,7 +63,6 @@
-
@@ -82,16 +82,13 @@
-
-
-
+
-
-
-
+
+
+
-
-
+
\ No newline at end of file