We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8760479 commit 8f113feCopy full SHA for 8f113fe
app/build.gradle
@@ -1,12 +1,12 @@
1
apply plugin: 'com.android.application'
2
3
android {
4
- compileSdkVersion 22
+ compileSdkVersion 24
5
buildToolsVersion "24.0.2"
6
7
defaultConfig {
8
minSdkVersion 14
9
- targetSdkVersion 22
+ targetSdkVersion 24
10
11
versionCode 6
12
versionName "0.6"
@@ -62,7 +62,7 @@ android {
62
}
63
64
dependencies {
65
- compile 'com.android.support:support-v13:21.0.3'
+ compile 'com.android.support:support-v13:24.2.1'
66
compile 'org.roboguice:roboguice:2.0'
67
compile 'com.google.guava:guava:18.0'
68
compile 'com.google.code.findbugs:jsr305:2.0.2'
0 commit comments