summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip P. Moltmann <moltmann@google.com>2016-12-19 18:10:55 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-12-19 18:10:55 +0000
commitce2118c32309e93f73b28e02305d355eee23c703 (patch)
tree6d0df412824fcd1351bfd6e796abf280892ef8c6
parent22cabc86f14d0f932927cbcd58739c4a46e98bf8 (diff)
parent72c7cce18f00240dc802c7c13e0f38af433165a0 (diff)
Merge "Increment vers of PrintRecommendationService" am: 08bff42ef4 am: a791fee2bc am: fbdcaa7278
am: 72c7cce18f Change-Id: I9310e60014e51c7b64a7ff6bd8c251ac86c37f70
-rw-r--r--packages/PrintRecommendationService/AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/PrintRecommendationService/AndroidManifest.xml b/packages/PrintRecommendationService/AndroidManifest.xml
index c6736d7bac23..2e9342c9354a 100644
--- a/packages/PrintRecommendationService/AndroidManifest.xml
+++ b/packages/PrintRecommendationService/AndroidManifest.xml
@@ -18,11 +18,11 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.printservice.recommendation"
- android:versionCode="1"
- android:versionName="1.0.0">
+ android:versionCode="2"
+ android:versionName="1.1.0">
<uses-sdk android:minSdkVersion="24"
- android:targetSdkVersion="24" />
+ android:targetSdkVersion="25" />
<uses-permission android:name="android.permission.INTERNET" />