diff --git a/app/build.gradle b/app/build.gradle index 67eacea..3c22d57 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.arpa.hndahesudintocctmsdriver" minSdkVersion 24 targetSdkVersion 30 - versionCode 63 - versionName "3.3.3" + versionCode 64 + versionName "3.3.4" flavorDimensions "CHANNEL_VALUE" flavorDimensions "app_icon" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e29c24a..0cdd231 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -53,7 +53,7 @@ android:name="com.arpa.hndahesudintocctmsdriver.App" android:allowBackup="true" android:excludeFromRecents="true" - android:icon="${app_icon}" + android:icon="@mipmap/diver_logo" android:label="@string/appName" android:largeHeap="true" android:requestLegacyExternalStorage="true" @@ -169,6 +169,7 @@ android:screenOrientation="portrait"/> diff --git a/app/src/main/res/mipmap-hdpi/diver_logo.png b/app/src/main/res/mipmap-hdpi/diver_logo.png new file mode 100644 index 0000000..5750205 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/diver_logo.png differ