Skip to content

Commit 8fa2f92

Browse files
committed
use latest appcompat and build tools, add dagger pin
// FREEBIE
1 parent 174324e commit 8fa2f92

4 files changed

Lines changed: 16 additions & 15 deletions

File tree

build.gradle

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:0.14.0'
8+
classpath 'com.android.tools.build:gradle:0.14.2'
99
classpath files('libs/gradle-witness.jar')
1010
}
1111
}
@@ -35,7 +35,7 @@ dependencies {
3535
compile 'org.w3c:smil:1.0.0'
3636
compile 'org.apache.httpcomponents:httpclient-android:4.3.5'
3737
compile 'com.github.chrisbanes.photoview:library:1.2.3'
38-
compile 'com.android.support:appcompat-v7:21.0.0'
38+
compile 'com.android.support:appcompat-v7:21.0.2'
3939
compile ('com.android.support:support-v4-preferencefragment:1.0.0@aar'){
4040
exclude module: 'support-v4'
4141
}
@@ -57,21 +57,22 @@ dependencyVerification {
5757
'com.astuetz:pagerslidingtabstrip:f1641396732c7132a7abb837e482e5ee2b0ebb8d10813fc52bbaec2c15c184c2',
5858
'org.w3c:smil:085dc40f2bb249651578bfa07499fd08b16ad0886dbe2c4078586a408da62f9b',
5959
'org.apache.httpcomponents:httpclient-android:6f56466a9bd0d42934b90bfbfe9977a8b654c058bf44a12bdc2877c4e1f033f1',
60-
'com.android.support:appcompat-v7:45e999dda55fe81d9cc1c7342b7b70480ff3f307baa8da0df767f92fc5c52cd1',
60+
'com.android.support:appcompat-v7:b760fd3d0b0b0547a1bcef9031b40939f31049ba955f04c8fdc5aa09a25d19e9',
6161
'com.android.support:support-v4-preferencefragment:5470f5872514a6226fa1fc6f4e000991f38805691c534cf0bd2778911fc773ad',
62+
'com.squareup.dagger:dagger:789aca24537022e49f91fc6444078d9de8f1dd99e1bfb090f18491b186967883',
6263
'com.google.protobuf:protobuf-java:e0c1c64575c005601725e7c6a02cebf9e1285e888f756b2a1d73ffa8d725cc74',
6364
'com.madgag:sc-light-jdk15on:931f39d351429fb96c2f749e7ecb1a256a8ebbf5edca7995c9cc085b94d1841d',
6465
'com.googlecode.libphonenumber:libphonenumber:eba17eae81dd622ea89a00a3a8c025b2f25d342e0d9644c5b62e16f15687c3ab',
6566
'org.whispersystems:gson:08f4f7498455d1539c9233e5aac18e9b1805815ef29221572996508eb512fe51',
6667
'com.github.chrisbanes.photoview:library:8b5344e206f125e7ba9d684008f36c4992d03853c57e5814125f88496126e3cc',
67-
'com.android.support:support-v4:199ef7bb169386c80b4836354df6747ce2ae3d24434db923c22439e47106a1e2',
68-
'com.android.support:support-annotations:e9e817959d1b846349e93b796537bdaef84aef2c67d8b8b2acc31c6ef540d559',
68+
'com.android.support:support-v4:126a4c291f41f75f3fff4968e9d397bc8454cdff4d8f994cbe0524e3bad76e72',
69+
'com.android.support:support-annotations:7e37f00e3d932c4d9a6dd84604a99133bb5ae7d81cbd1aee69861fcf2f91e5e9',
6970
]
7071
}
7172

7273
android {
7374
compileSdkVersion 21
74-
buildToolsVersion '21.0.2'
75+
buildToolsVersion '21.1.1'
7576

7677
defaultConfig {
7778
minSdkVersion 9

jobqueue/build.gradle

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

33
android {
4-
compileSdkVersion 20
5-
buildToolsVersion "20.0.0"
4+
compileSdkVersion 21
5+
buildToolsVersion '21.1.1'
66

77
defaultConfig {
88
applicationId "org.whispersystems.jobqueue"
99
minSdkVersion 9
10-
targetSdkVersion 19
10+
targetSdkVersion 21
1111
versionCode 1
1212
versionName "1.0"
1313
}

libaxolotl/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
}
55

66
dependencies {
7-
classpath 'com.android.tools.build:gradle:0.14.0'
7+
classpath 'com.android.tools.build:gradle:0.14.2'
88
}
99
}
1010

@@ -19,8 +19,8 @@ dependencies {
1919
}
2020

2121
android {
22-
compileSdkVersion 19
23-
buildToolsVersion '19.1.0'
22+
compileSdkVersion 21
23+
buildToolsVersion '21.1.1'
2424

2525
compileOptions {
2626
sourceCompatibility JavaVersion.VERSION_1_7

libtextsecure/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
}
55

66
dependencies {
7-
classpath 'com.android.tools.build:gradle:0.12.2'
7+
classpath 'com.android.tools.build:gradle:0.14.2'
88
}
99
}
1010

@@ -28,8 +28,8 @@ dependencies {
2828
}
2929

3030
android {
31-
compileSdkVersion 19
32-
buildToolsVersion '19.1.0'
31+
compileSdkVersion 21
32+
buildToolsVersion '21.1.1'
3333

3434
compileOptions {
3535
sourceCompatibility JavaVersion.VERSION_1_7

0 commit comments

Comments
 (0)