Browse Source

Update Android build

pull/8233/head
Anders Jenbo 5 months ago
parent
commit
f0c16fb286
  1. BIN
      android-project/app/src/main/res/mipmap-hdpi/ic_launcher.png
  2. BIN
      android-project/app/src/main/res/mipmap-hdpi/ic_launcher.webp
  3. BIN
      android-project/app/src/main/res/mipmap-mdpi/ic_launcher.png
  4. BIN
      android-project/app/src/main/res/mipmap-mdpi/ic_launcher.webp
  5. BIN
      android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  6. BIN
      android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
  7. BIN
      android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  8. BIN
      android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
  9. BIN
      android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  10. BIN
      android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
  11. 2
      android-project/build.gradle
  12. 2
      android-project/gradle/wrapper/gradle-wrapper.properties

BIN
android-project/app/src/main/res/mipmap-hdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

BIN
android-project/app/src/main/res/mipmap-hdpi/ic_launcher.webp

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
android-project/app/src/main/res/mipmap-mdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

BIN
android-project/app/src/main/res/mipmap-mdpi/ic_launcher.webp

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

BIN
android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.webp

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

BIN
android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

BIN
android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

2
android-project/build.gradle

@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.8.0'
classpath 'com.android.tools.build:gradle:8.13.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

2
android-project/gradle/wrapper/gradle-wrapper.properties vendored

@ -1,6 +1,6 @@
#Mon Apr 29 13:42:12 EEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

Loading…
Cancel
Save