Skip to content

Commit

Permalink
Update libs & gradle
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Franco <franciscofranco.1990@gmail.com>
  • Loading branch information
franciscofranco committed Oct 28, 2016
1 parent f57dc16 commit 38f6e1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Selene/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ apply plugin: 'hugo'
apply plugin: 'realm-android'

ext {
SUPPORT_LIB = "24.2.1"
SUPPORT_LIB = "25.0.0"
}

android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
compileSdkVersion 25
buildToolsVersion "25.0.0"

defaultConfig {
applicationId "liam.franco.selene"
minSdkVersion 21
targetSdkVersion 24
targetSdkVersion 25
versionCode getVersionCodeTimestamp()
versionName "1.0b"
archivesBaseName = "Selene-${android.defaultConfig.versionName}"
Expand Down Expand Up @@ -82,7 +82,7 @@ dependencies {
compile('com.mikepenz:materialize:1.0.0@aar') {
transitive = true
}
compile('com.mikepenz:fastadapter:1.8.2@aar') {
compile('com.mikepenz:fastadapter:2.0.0@aar') {
transitive = true
}

Expand Down
4 changes: 2 additions & 2 deletions Selene/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.jakewharton.hugo:hugo-plugin:1.2.1'
classpath "io.realm:realm-gradle-plugin:2.0.0"
classpath "io.realm:realm-gradle-plugin:2.1.1"
}
}

Expand Down

0 comments on commit 38f6e1d

Please sign in to comment.