Skip to content

Commit 128580a

Browse files
committed
Update dependencies
1 parent b0f1516 commit 128580a

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

library/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
jcenter()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:2.1.2'
6+
classpath 'com.android.tools.build:gradle:2.2.1'
77
classpath 'com.novoda:bintray-release:0.3.4'
88
}
99
}
@@ -17,12 +17,13 @@ repositories {
1717
}
1818

1919
dependencies {
20-
compile 'com.android.support:appcompat-v7:24.1.1'
20+
compile 'com.android.support:appcompat-v7:24.2.1'
21+
compile 'com.android.support:preference-v7:24.2.1'
2122
}
2223

2324
android {
2425
compileSdkVersion 24
25-
buildToolsVersion "24.0.1"
26+
buildToolsVersion "24.0.3"
2627

2728
defaultConfig {
2829
versionName "1.3.0"

sample/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 23
5-
buildToolsVersion "23.0.3"
4+
compileSdkVersion 24
5+
buildToolsVersion "24.0.3"
66

77
buildTypes {
88
release {
@@ -14,15 +14,15 @@ android {
1414
defaultConfig {
1515
applicationId "org.wordpress.passcodelock.sample"
1616
minSdkVersion 14
17-
targetSdkVersion 23
17+
targetSdkVersion 24
1818
versionCode 1
1919
versionName "1.0"
2020
}
2121
}
2222

2323
buildscript {
2424
dependencies {
25-
classpath 'com.android.tools.build:gradle:2.1.2'
25+
classpath 'com.android.tools.build:gradle:2.2.1'
2626
}
2727

2828
repositories {
@@ -31,9 +31,9 @@ buildscript {
3131
}
3232

3333
dependencies {
34-
compile 'com.android.support:appcompat-v7:23.4.0'
35-
compile 'com.android.support:support-v4:23.4.0'
36-
compile 'org.wordpress:passcodelock:1.+'
34+
compile 'com.android.support:appcompat-v7:24.2.1'
35+
compile 'com.android.support:support-v4:24.2.1'
36+
compile project(path: ':library')
3737
}
3838

3939
repositories {

0 commit comments

Comments
 (0)