Skip to content

Commit

Permalink
build update
Browse files Browse the repository at this point in the history
  • Loading branch information
senpl committed Jan 14, 2025
1 parent 7dbd150 commit 99b6be5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
13 changes: 9 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
minSdkVersion 26
compileSdk 35
targetSdkVersion 35
versionCode 62
versionName "0.24.07"
versionCode 64
versionName "0.25.01"
vectorDrawables.useSupportLibrary = true
}

Expand Down Expand Up @@ -43,9 +43,14 @@ android {

buildTypes {
release {
minifyEnabled false
minifyEnabled true
shrinkResources true

//proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
resValue("bool", "FIREBASE_CRASH_ENABLED", "true")
// resValue("bool", "FIREBASE_CRASH_ENABLED", "true")
proguardFiles getDefaultProguardFile(
'proguard-android-optimize.txt'),
'proguard-rules.pro'
if (rootProject.file('release.properties').exists()) {
signingConfig signingConfigs.release
}
Expand Down
6 changes: 5 additions & 1 deletion app/src/main/res/raw/todo.todo
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Przygotować wersję do wdrożenia
Opublikować w końcu

Podnieść wersję
Bo jednak to spora zmiana
publish
Na githubie wystarczy zbudować
Na play store wymaga zmiany nazwy
i pewnie wielu innych kroków
Update play store descriptions and pictures
To show that video uplad now possible
And add description to what is possible

V.23
Dodać przykładowe ćwiczenia
Expand Down
9 changes: 6 additions & 3 deletions app/src/main/res/values/about.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_version" translatable="false">0.24.04</string>
<string name="app_version" translatable="false">0.25.01</string>
<string name="database_version_label" translatable="false">Database version: </string>
<string name="author_label">Author: </string>
<string name="author" translatable="false">Michał Urbanek</string>
Expand All @@ -10,9 +10,12 @@
<string name="email_url" translatable="false">[email protected]</string>
<string name="revision_history_label" translatable="false">Revision History: </string>
<string name="revision_history" translatable="false">\n
v0.24.01: January 14, 2025\n
\t- Now possible to see exercise in Video
\t- Hindi language added
\t- Picture of exercises currently not showed(like in previous version)
\t- Some translations updated

v0.23.04: October 14, 2020\n
\t- New buttons colors
</string>
<string name="thanks_label" translatable="false">Libraries used in this app: </string>
<string name="youtubeplayer_compose" translatable="false">youtubeplayer-compose (Apache 2.0)</string>
Expand Down

0 comments on commit 99b6be5

Please sign in to comment.