Skip to content

Commit ae01c03

Browse files
committed
No public description
PiperOrigin-RevId: 536323437
1 parent 2d44e6b commit ae01c03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
xmlns:tools="http://schemas.android.com/tools"
2020
package="com.afwsamples.testdpc"
2121
tools:ignore="MissingClass"
22-
android:versionCode="8"
23-
android:versionName="8.0">
24-
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="23"/>
22+
android:versionCode="9000"
23+
android:versionName="9.0">
24+
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33"/>
2525

2626
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
2727
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />

0 commit comments

Comments
 (0)