We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f057e91 commit 6612781Copy full SHA for 6612781
app/build.gradle
@@ -1,13 +1,13 @@
1
apply plugin: 'com.android.application'
2
3
android {
4
- compileSdkVersion 23
+ compileSdkVersion 24
5
buildToolsVersion "24.0.1"
6
7
defaultConfig {
8
applicationId "com.yuvaraj.jigsawpuzzle"
9
minSdkVersion 15
10
- targetSdkVersion 23
+ targetSdkVersion 24
11
versionCode 1
12
versionName "1.0"
13
}
@@ -22,5 +22,5 @@ android {
22
dependencies {
23
compile fileTree(dir: 'libs', include: ['*.jar'])
24
testCompile 'junit:junit:4.12'
25
- compile 'com.android.support:appcompat-v7:23.4.0'
+ compile 'com.android.support:appcompat-v7:24.2.1'
26
0 commit comments