Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Change-Id: Id30830616d143cb0fc4fafb2a29a3d1a91431a18
  • Loading branch information
errortek committed Sep 1, 2024
1 parent 08b0b89 commit 00da55c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.launcher3"
android:versionName="4.00.02.0015-BETA"
android:versionCode="15">
android:versionName="4.00.05.0050-DEV"
android:versionCode="50">
<uses-sdk android:targetSdkVersion="33" android:minSdkVersion="30"/>
<!--
Manifest entries specific to Launcher3. This is merged with AndroidManifest-common.xml.
Expand Down
4 changes: 2 additions & 2 deletions quickstep/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.android.launcher3"
android:versionName="4.00.02.0015-DEV"
android:versionCode="15">
android:versionName="4.00.05.0050-DEV"
android:versionCode="50">

<uses-permission android:name="android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS" />
<uses-permission android:name="android.permission.CONTROL_REMOTE_APP_TRANSITION_ANIMATIONS"/>
Expand Down

0 comments on commit 00da55c

Please sign in to comment.