Skip to content

Commit 1e19791

Browse files
committed
Ajustes internos
1 parent a6eb54b commit 1e19791

File tree

292 files changed

+43518
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

292 files changed

+43518
-121
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
Changelog Tarefas
22

3+
======================================================
4+
5+
## [2.4.2](https://github.com/hendrilmendes/Tarefas/compare/2.4.1..2.4.2) (04-04-2025)
6+
7+
## Alterações
8+
9+
### Correções
10+
11+
- Ajustes internos
12+
13+
314
======================================================
415

516
## [2.4.1](https://github.com/hendrilmendes/Tarefas/compare/2.4.0..2.4.1) (15-02-2025)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Values used to calculate the hash in this folder name.
2+
# Should not depend on the absolute path of the project itself.
3+
# - AGP: 7.4.2.
4+
# - $NDK is the path to NDK 26.3.11579264.
5+
# - $PROJECT is the path to the parent folder of the root Gradle build file.
6+
# - $ABI is the ABI to be built with. The specific value doesn't contribute to the value of the hash.
7+
# - $HASH is the hash value computed from this text.
8+
# - $CMAKE is the path to CMake 3.22.1.
9+
# - $NINJA is the path to Ninja.
10+
-H/home/hendril/flutter/packages/flutter_tools/gradle/src/main/groovy
11+
-DCMAKE_SYSTEM_NAME=Android
12+
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
13+
-DCMAKE_SYSTEM_VERSION=26
14+
-DANDROID_PLATFORM=android-26
15+
-DANDROID_ABI=$ABI
16+
-DCMAKE_ANDROID_ARCH_ABI=$ABI
17+
-DANDROID_NDK=$NDK
18+
-DCMAKE_ANDROID_NDK=$NDK
19+
-DCMAKE_TOOLCHAIN_FILE=$NDK/build/cmake/android.toolchain.cmake
20+
-DCMAKE_MAKE_PROGRAM=$NINJA
21+
-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/home/hendril/Documentos/GitHub/Tarefas/build/app/intermediates/cxx/Debug/$HASH/obj/$ABI
22+
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=/home/hendril/Documentos/GitHub/Tarefas/build/app/intermediates/cxx/Debug/$HASH/obj/$ABI
23+
-DCMAKE_BUILD_TYPE=Debug
24+
-B$PROJECT/app/.cxx/Debug/$HASH/$ABI
25+
-GNinja
26+
-Wno-dev
27+
--no-warn-unused-cli

android/app/.cxx/Debug/276v6t45/x86/.cmake/api/v1/query/client-agp/cache-v2

Whitespace-only changes.

android/app/.cxx/Debug/276v6t45/x86/.cmake/api/v1/query/client-agp/cmakeFiles-v1

Whitespace-only changes.

android/app/.cxx/Debug/276v6t45/x86/.cmake/api/v1/query/client-agp/codemodel-v2

Whitespace-only changes.

0 commit comments

Comments
 (0)