Skip to content

Commit

Permalink
Working on 1.2.4 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinsolla committed Apr 19, 2022
1 parent 151a1ee commit b3beabd
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A letter game.

https://play.google.com/store/apps/details?id=com.joa.encasillado

> Current Google Play Store version: 22 (1.2.3)*
> Current Google Play Store version: 22 (1.2.3)
> Latest Beta version: 23 (1.2.4)
Expand Down
1 change: 1 addition & 0 deletions TO-DO.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
##### TO-DO list #####

-------PRIORITY--------
proguard

-------OTHERS----------

Expand Down
2 changes: 1 addition & 1 deletion app_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ LISTADO DE VERSIONES:
15 (1.1.4)
17 (1.2.0)
21 (1.2.2)
23 (1.2.4)**
23 (1.2.4)*
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void main() {
selectedDatabase = databasesList[0];

/** TERMINAL DEBUGGING */
terminalPrinting = true;
terminalPrinting = false;

infinite_generate_word();
wotd_generate_word();
Expand Down
1 change: 1 addition & 0 deletions lib/pages/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class _HomeState extends State<Home> {

//TODO: Añadir con cada version
//prefs.remove("notes1.2.4");
if (terminalPrinting) print('[SYS] Removed old notes controllers');

//TODO: Cambiar con cada version
final key = 'notes1.2.4';
Expand Down
4 changes: 2 additions & 2 deletions lib/pages/release_notes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class _ReleaseNotesState extends State<ReleaseNotes> {
height: 5,
),
Text(
"Versión " + appVersion + ":",
"Novedades v$appVersion:",
style: TextStyle(
fontSize: 25,
color: appBlack,
Expand All @@ -107,7 +107,7 @@ class _ReleaseNotesState extends State<ReleaseNotes> {
),
textAlign: TextAlign.center,
),
SizedBox(height: 10,),
SizedBox(height: 15,),
Text(
"Palabras registradas: " + (selectedDatabase.length).toString(),
style: TextStyle(
Expand Down

0 comments on commit b3beabd

Please sign in to comment.