Browse Source

Change HUSH Dragon logo

dev^2
gilardh 4 years ago
parent
commit
ec9d66d7f2
  1. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher_dragon_foreground.png
  2. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher_dragon_foreground.png
  3. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher_dragon_foreground.png
  4. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher_dragon_foreground.png
  5. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_dragon_foreground.png
  6. 2
      build.gradle
  7. 4
      gradle/wrapper/gradle-wrapper.properties

BIN
app/src/main/res/mipmap-hdpi/ic_launcher_dragon_foreground.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

BIN
app/src/main/res/mipmap-mdpi/ic_launcher_dragon_foreground.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_dragon_foreground.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 10 KiB

BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_dragon_foreground.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 14 KiB

BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher_dragon_foreground.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 20 KiB

2
build.gradle

@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.0'
classpath 'com.android.tools.build:gradle:4.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong

4
gradle/wrapper/gradle-wrapper.properties

@ -1,6 +1,6 @@
#Sat Feb 29 17:16:24 EET 2020
#Wed Jun 10 21:35:32 CEST 2020
distributionBase=PROJECT
distributionPath=.gradle/wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

Loading…
Cancel
Save