aboutsummaryrefslogtreecommitdiff
path: root/aboutit
diff options
context:
space:
mode:
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 {