Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
🔖 version 1.4.6 release...
Browse files Browse the repository at this point in the history
  • Loading branch information
atahabaki committed May 7, 2021
1 parent 13011f7 commit 109443f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "dev.atahabaki.phoenixtoolbox"
minSdkVersion 16
targetSdkVersion 30
versionCode 5
versionName "1.4.5"
versionCode 6
versionName "1.4.6"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="5"
android:versionName="1.4.5"
android:versionCode="6"
android:versionName="1.4.6"
package="dev.atahabaki.phoenixtoolbox">

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

0 comments on commit 109443f

Please sign in to comment.