summaryrefslogtreecommitdiff
path: root/databinding.properties
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2015-10-14 11:00:29 -0700
committerGeorge Mount <mount@google.com>2015-10-14 13:59:11 -0700
commitd0bb3f1e1a94747bb3dd8bd2fee315d8816f0f5d (patch)
treedd33c07e9f33ca9a2f8f7850a1060511eb9bfc92 /databinding.properties
parent5cc6ea2e84b7c310fbb355ce76001648132a80cb (diff)
downloaddata-binding-d0bb3f1e1a94747bb3dd8bd2fee315d8816f0f5d.tar.gz
Load drawables using the theme when necessary.
Bug 24936186 Drawables could be loaded from themed resources as of L (v21), so the Theme should be used to load those resources. The same is true for ColorStateList in M (v23). Change-Id: I3e6d7a55ff7fe744ed872f83f550abfb018a3df8
Diffstat (limited to 'databinding.properties')
-rw-r--r--databinding.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/databinding.properties b/databinding.properties
index ff9ec0a4..25d36cf1 100644
--- a/databinding.properties
+++ b/databinding.properties
@@ -6,7 +6,7 @@ androidPluginVersion = 1.4.0-beta6
javaTargetCompatibility = 1.7
javaSourceCompatibility = 1.7
buildToolsVersion = 22.0.1
-compileSdkVersionStr = 22
+compileSdkVersionStr = 23
prebuildFolderName=prebuilds
group=com.android.databinding
testGroup=com.android.databinding.test