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

Commit 57a6776

Browse files
author
A. Taha Baki
committed
🔖 version 1.4.4...
1 parent 173f395 commit 57a6776

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "dev.atahabaki.phoenixtoolbox"
1212
minSdkVersion 16
1313
targetSdkVersion 30
14-
versionCode 3
15-
versionName "1.4.3"
14+
versionCode 4
15+
versionName "1.4.4"
1616

1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
}

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:versionCode="3"
4-
android:versionName="1.4.3"
3+
android:versionCode="4"
4+
android:versionName="1.4.4"
55
package="dev.atahabaki.phoenixtoolbox">
66

77
<application

0 commit comments

Comments
 (0)