Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenVinouze committed Apr 13, 2017
1 parent 631bfda commit b9b75ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
apply from: '../library.gradle'
apply plugin: 'kotlin-android'

def appcompat_version = "25.3.1"

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'

compile "com.android.support:recyclerview-v7:$appcompat_version"
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.1.0
VERSION_NAME=1.1.2
VERSION_CODE=1
GROUP_ID=com.github.stephenvinouze
PACKAGING=aar

ANDROID_MIN_SDK_VERSION=7
ANDROID_MIN_SDK_VERSION=9
ANDROID_BUILD_SDK_VERSION=25
ANDROID_BUILD_TOOLS_VERSION=25.0.2

Expand Down
1 change: 1 addition & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies {
compile project(':pagination')
compile project(':gesture')
testCompile 'junit:junit:4.12'

compile "com.android.support:appcompat-v7:$appcompat_version"
compile "com.android.support:cardview-v7:$appcompat_version"
}

0 comments on commit b9b75ca

Please sign in to comment.