summaryrefslogtreecommitdiff
path: root/aboutit-sample/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'aboutit-sample/build.gradle')
-rw-r--r--aboutit-sample/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/aboutit-sample/build.gradle b/aboutit-sample/build.gradle
index fb4a097..2f34aa4 100644
--- a/aboutit-sample/build.gradle
+++ b/aboutit-sample/build.gradle
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 22
- buildToolsVersion "22.0.1"
+ compileSdkVersion 23
+ buildToolsVersion "23.0.1"
defaultConfig {
applicationId "com.snilius.aboutit.sample"
minSdkVersion 14
- targetSdkVersion 22
+ targetSdkVersion 23
versionCode 3
versionName "1.0.2"
}
@@ -21,6 +21,6 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
- compile 'com.android.support:appcompat-v7:22.0.0'
+ compile 'com.android.support:appcompat-v7:23.0.1'
compile project(':aboutit')
}