Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
release 3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chenenyu committed Mar 29, 2017
1 parent eb8e2e5 commit ecc592f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':superadapter')
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:design:25.1.0'
compile 'com.android.support:recyclerview-v7:25.1.0'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'com.android.support:recyclerview-v7:25.3.1'
}
6 changes: 3 additions & 3 deletions superadapter/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'

group = "org.byteam.superadapter"
version = "3.6.6"
version = "3.6.7"

android {
compileSdkVersion 25
Expand All @@ -10,7 +10,7 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 25
versionCode 27
versionCode 29
versionName version
}

Expand All @@ -24,7 +24,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
provided 'com.android.support:recyclerview-v7:25.3.0'
provided 'com.android.support:recyclerview-v7:25.3.1'
}

apply from: 'bintray.gradle'

0 comments on commit ecc592f

Please sign in to comment.