BIN
app/src/main/ic_launcher-playstore.png
Archivo normal
|
Después Anchura: | Altura: | Tamaño: 77 KiB |
BIN
app/src/main/res/drawable/logo.png
Archivo normal
|
Después Anchura: | Altura: | Tamaño: 155 KiB |
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<background android:drawable="@drawable/ic_launcher_background" />
|
<background android:drawable="@color/ic_launcher_background"/>
|
||||||
<foreground android:drawable="@drawable/ic_launcher_foreground" />
|
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||||
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
|
|
||||||
</adaptive-icon>
|
</adaptive-icon>
|
||||||
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<background android:drawable="@drawable/ic_launcher_background" />
|
<background android:drawable="@color/ic_launcher_background"/>
|
||||||
<foreground android:drawable="@drawable/ic_launcher_foreground" />
|
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||||
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
|
|
||||||
</adaptive-icon>
|
</adaptive-icon>
|
||||||
|
Antes Anchura: | Altura: | Tamaño: 1.4 KiB Después Anchura: | Altura: | Tamaño: 2.3 KiB |
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp
Archivo normal
|
Después Anchura: | Altura: | Tamaño: 6.0 KiB |
|
Antes Anchura: | Altura: | Tamaño: 2.8 KiB Después Anchura: | Altura: | Tamaño: 3.9 KiB |
|
Antes Anchura: | Altura: | Tamaño: 982 B Después Anchura: | Altura: | Tamaño: 1.4 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp
Archivo normal
|
Después Anchura: | Altura: | Tamaño: 3.4 KiB |
|
Antes Anchura: | Altura: | Tamaño: 1.7 KiB Después Anchura: | Altura: | Tamaño: 2.4 KiB |
|
Antes Anchura: | Altura: | Tamaño: 1.9 KiB Después Anchura: | Altura: | Tamaño: 3.3 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp
Archivo normal
|
Después Anchura: | Altura: | Tamaño: 8.8 KiB |
|
Antes Anchura: | Altura: | Tamaño: 3.8 KiB Después Anchura: | Altura: | Tamaño: 5.7 KiB |
|
Antes Anchura: | Altura: | Tamaño: 2.8 KiB Después Anchura: | Altura: | Tamaño: 5.8 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp
Archivo normal
|
Después Anchura: | Altura: | Tamaño: 15 KiB |
|
Antes Anchura: | Altura: | Tamaño: 5.8 KiB Después Anchura: | Altura: | Tamaño: 10 KiB |
|
Antes Anchura: | Altura: | Tamaño: 3.8 KiB Después Anchura: | Altura: | Tamaño: 8.6 KiB |
BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp
Archivo normal
|
Después Anchura: | Altura: | Tamaño: 22 KiB |
|
Antes Anchura: | Altura: | Tamaño: 7.6 KiB Después Anchura: | Altura: | Tamaño: 13 KiB |
4
app/src/main/res/values/ic_launcher_background.xml
Archivo normal
@@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<color name="ic_launcher_background">#FFFFFF</color>
|
||||||
|
</resources>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
[versions]
|
[versions]
|
||||||
agp = "8.5.0"
|
agp = "8.13.2"
|
||||||
kotlin = "2.0.21"
|
kotlin = "2.0.21"
|
||||||
coreKtx = "1.10.1"
|
coreKtx = "1.10.1"
|
||||||
junit = "4.13.2"
|
junit = "4.13.2"
|
||||||
|
|||||||
2
gradle/wrapper/gradle-wrapper.properties
vendido
@@ -1,7 +1,7 @@
|
|||||||
#Mon Dec 15 00:47:22 CET 2025
|
#Mon Dec 15 00:47:22 CET 2025
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|||||||