aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-08-18 17:43:23 -0700
committerScott Jackson <daneren2005@gmail.com>2015-08-18 17:43:23 -0700
commit7f8f9f1d3bf05935d0af50982e2af187188fb57e (patch)
tree8fdae9af240611cb5e9cf2605c01d704e11c784c /app/build.gradle
parent1f9374f7fac51d13e87929c3f87705840be8c237 (diff)
downloaddsub-7f8f9f1d3bf05935d0af50982e2af187188fb57e.tar.gz
dsub-7f8f9f1d3bf05935d0af50982e2af187188fb57e.tar.bz2
dsub-7f8f9f1d3bf05935d0af50982e2af187188fb57e.zip
Update target version to 22, update notification for white theme
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c09f0f91..98571c64 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "github.daneren2005.dsub"
minSdkVersion 14
- targetSdkVersion 19
+ targetSdkVersion 22
}
buildTypes {
release {