Skip to content

Commit

Permalink
Updated about section
Browse files Browse the repository at this point in the history
  • Loading branch information
MiepHD committed Dec 29, 2023
1 parent 4e1703a commit 57f5da5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 20 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId 'com.froxot.cuscon'
minSdkVersion rootProject.ext.MinSdk
targetSdkVersion rootProject.ext.TargetSdk
versionCode 3025
versionName '3.0.2.5'
versionCode 3026
versionName '3.0.2.6'
multiDexEnabled true

// Naming app bundles
Expand Down
Binary file added app/src/main/res/drawable/about_profile_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="changelog_date">11.11.2023</string>
<string name="changelog_date">29.12.2023</string>
<string-array name="changelog">
<item>3.0.2.6:</item>
<item>Saved user-image in apk</item>
<item>3.0.2.5:</item>
<item>Added Grabador de pantalla, Among Us, Country Friends, Eternium, Woerterbuch, NMM, Replika, DITO, Dolby Atmos Lite, GlobeOne, zFont 3, Admin. de archivos, Copilot, Explorer, RAR, RS Gestor de Archivos, Utilidades Amaze</item>
<item>Updated Eigene Dateien</item>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/dashboard_configurations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,10 @@
If you want to use an image from url, just put the url here
If you want to use an image stored in the project ("drawable" folder)
just put the image's name here without the extension (ex: about_profile_image.png -> about_profile_image) -->
<string name="about_profile_image">https://avatars.githubusercontent.com/u/63968466</string>
<string name="about_profile_image">about_profile_image</string>

<!-- The BIG text which is shown above the description and below the about profile image -->
<string name="about_title">Miep_HD</string>
<string name="about_title">Yazazuyo</string>

<!-- The description which is shown below the about title.
Put your markup/text inside of `<![CDATA[` and `]]>`
Expand Down
15 changes: 0 additions & 15 deletions app/src/main/res/xml/contributors.xml

This file was deleted.

1 change: 1 addition & 0 deletions metadata/en-US/changelogs/3026.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Saved user-image in apk

0 comments on commit 57f5da5

Please sign in to comment.