Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Change-Id: I39edc281914fbc3599bcfac713602ab9ad86b9e5
  • Loading branch information
errortek committed Aug 31, 2024
1 parent c7e6db8 commit dd7e082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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="3.00.01.0001-BETA"
android:versionCode="1">
android:versionName="4.00.02.0015-BETA"
android:versionCode="15">
<uses-sdk android:targetSdkVersion="33" android:minSdkVersion="30"/>
<!--
Manifest entries specific to Launcher3. This is merged with AndroidManifest-common.xml.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
minSdkVersion 30
targetSdkVersion 33
versionCode 1
versionName "4.00.01.0001-BETA"
versionName "4.00.02.0015-BETA"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit dd7e082

Please sign in to comment.