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

Commit c56da03d authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Increment vers of PrintRecommendationService

as the Samsung PlugIn was updated.

Test: Let the service generate some recommendations
Change-Id: Ief7ea4f1dddfee92aa9fa83ff53b296ced0e3b55
parent c1536f0d
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" />