summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkateshwarlu Domakonda <vdomak@codeaurora.org>2016-01-12 10:16:34 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2016-01-11 20:57:06 -0800
commit9c0b5b0cc16a328167f8cafbc8ce641e617d326f (patch)
tree772346fa5e2be34706829b6ae5444191cdfe07c6
parent11018151c03612f54da2c4acf7d22c2f48bf835c (diff)
downloadandroid_packages_apps_BluetoothExt-9c0b5b0cc16a328167f8cafbc8ce641e617d326f.tar.gz
android_packages_apps_BluetoothExt-9c0b5b0cc16a328167f8cafbc8ce641e617d326f.tar.bz2
android_packages_apps_BluetoothExt-9c0b5b0cc16a328167f8cafbc8ce641e617d326f.zip
Bluetooth: Update the sdk version
As GST test fails, update the SDk version to 23. Change-Id: Ief58b29a97eae8dbc7d5ba7166e7c76311b38266
-rw-r--r--bttestapp/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bttestapp/AndroidManifest.xml b/bttestapp/AndroidManifest.xml
index f9fc12b..35f8bba 100644
--- a/bttestapp/AndroidManifest.xml
+++ b/bttestapp/AndroidManifest.xml
@@ -13,7 +13,7 @@
<uses-sdk
android:minSdkVersion="17"
- android:targetSdkVersion="17" />
+ android:targetSdkVersion="23" />
<application
android:allowBackup="true"