File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1919dependencies {
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
2324android {
2425 compileSdkVersion 24
25- buildToolsVersion " 24.0.1 "
26+ buildToolsVersion " 24.0.3 "
2627
2728 defaultConfig {
2829 versionName " 1.3.0"
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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
2323buildscript {
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
3333dependencies {
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
3939repositories {
You can’t perform that action at this time.
0 commit comments