Android icon added
|
@ -18,7 +18,8 @@
|
|||
android:hardwareAccelerated="true"
|
||||
android:name="org.qtproject.qt5.android.bindings.QtApplication"
|
||||
android:label="-- %%INSERT_APP_NAME%% --"
|
||||
android:extractNativeLibs="true">
|
||||
android:extractNativeLibs="true"
|
||||
android:icon="@drawable/icon">
|
||||
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation|mcc|mnc|density"
|
||||
android:name="org.qtproject.qt5.android.bindings.QtActivity"
|
||||
|
||||
|
|
|
@ -105,7 +105,7 @@ android {
|
|||
defaultConfig {
|
||||
resConfig "en"
|
||||
minSdkVersion = 24
|
||||
targetSdkVersion = qtTargetSdkVersion
|
||||
targetSdkVersion = 30
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
BIN
client/android/res/drawable-hdpi/icon.png
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
client/android/res/drawable-hdpi/logo.png
Normal file
After Width: | Height: | Size: 615 B |
BIN
client/android/res/drawable-ldpi/icon.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
client/android/res/drawable-ldpi/logo.png
Normal file
After Width: | Height: | Size: 423 B |
BIN
client/android/res/drawable-mdpi/icon.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
client/android/res/drawable-mdpi/logo.png
Normal file
After Width: | Height: | Size: 462 B |
BIN
client/android/res/drawable-xhdpi/icon.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
client/android/res/drawable-xhdpi/logo.png
Normal file
After Width: | Height: | Size: 772 B |
BIN
client/android/res/drawable-xxhdpi/icon.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
client/android/res/drawable-xxhdpi/logo.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
client/android/res/drawable-xxxhdpi/icon.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
client/android/res/drawable-xxxhdpi/logo.png
Normal file
After Width: | Height: | Size: 1.4 KiB |