Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72c7cce1 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by android-build-merger
Browse files

Merge "Increment vers of PrintRecommendationService" am: 08bff42e am: a791fee2

am: fbdcaa72

Change-Id: I8596c48365a7e94f5f63aa99eebb3e55c127c891
parents f50eacf2 fbdcaa72
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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" />