aboutsummaryrefslogtreecommitdiff
path: root/aboutit
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-09-17 00:42:41 +0200
committerVictor Häggqvist <[email protected]>2015-09-17 00:42:41 +0200
commit6b482f42d5e4cba641315ecf21dd51eb130eeab8 (patch)
treeb324903e7c899c8004a59894cf00e9b64a9d10b9 /aboutit
parent84659b2b377dbfdbbb8268e08549029ffa4950b3 (diff)
bump sdk and buildtools
Diffstat (limited to 'aboutit')
-rw-r--r--aboutit/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/aboutit/build.gradle b/aboutit/build.gradle
index 57348c4..abba674 100644
--- a/aboutit/build.gradle
+++ b/aboutit/build.gradle
@@ -8,12 +8,12 @@ archivesBaseName = "aboutit"
version = "1.1.3"
android {
- compileSdkVersion 22
- buildToolsVersion '22.0.1'
+ compileSdkVersion 23
+ buildToolsVersion '23.0.1'
defaultConfig {
minSdkVersion 14
- targetSdkVersion 22
+ targetSdkVersion 23
versionCode 5
versionName version
}
@@ -25,7 +25,7 @@ android {
}
dependencies {
- compile 'com.android.support:appcompat-v7:22.0.0'
+ compile 'com.android.support:appcompat-v7:23.0.1'
}
configurations {