Version 1.0.5

master
Rafael 2024-08-16 17:25:21 +02:00
parent 32da659e03
commit 8acadf9044
6 changed files with 9 additions and 9 deletions

View File

@ -121,16 +121,16 @@ Due to the nature of this project, an **online connection is required**.
## Android Binary
To quickly get started on Android, you can directly download the current APK file of this app from [here](https://clousi.hs-mannheim.de/index.php/s/tGJCBgnz6RGr56B).
To quickly get started on Android, you can directly download the current APK file of this app from [here](https://clousi.hs-mannheim.de/index.php/s/KLK42o3zT3abnkb).
Since the binary is unsigned, it is highly recommended to verify its integrity by comparing the checksum before installing it on your device.
### Checksums
Filename : **cofounderella-v1.0.4-240815.apk**
- MD5 : ```69ae4667347d37d7cad7db0ed34eadfc```
- SHA-1 : ```971c61f55f9bc5c468d67d7cf98f1c102318403c```
- SHA-256 : ```30fa43551f696cc0afa3f48f963cc47730ee51a1bce943b60b55c15f019cc2fd```
- SHA-512 : ```a8f7fa6abe6f5b7fecca9de381907a64de37f3dc496dc94021905b150fe59ba92d6fc80480039ceaecd47f317e62b68b7abaa41e86d4a62d9dcaf529bd947a3e```
Filename : **cofounderella-v1.0.5-240816.apk**
- MD5 : ```39d032a3c38775f41b058d67d4c8ff20```
- SHA-1 : ```d3f3a4fecfee8620aedc4b8177bcd0c320db035e```
- SHA-256 : ```781eff9d1904ef9a0341383ff79b2be0c5e6decbc849859173eff4c5206af365```
- SHA-512 : ```3cc065841fe2951a6ebe8dbe3a46ae617f6bb9576b5a2daa7b2aa0a371721349f2576f5e354cb5a3d357137eb0bb98d6a9a9d20daddb26713969f8d3de8b2bea```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -3,8 +3,8 @@ class Constants {
/// Title of the app
static const String appTitle = 'Cofounderella';
static const String appVersion = '1.0.4';
static const String appCompilationDate = '2024-08-15';
static const String appVersion = '1.0.5';
static const String appCompilationDate = '2024-08-16';
static const int maxSectors = 10;
static const int maxSkills = 5;

View File

@ -3,7 +3,7 @@ description: "App for Co-Founder Matching"
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.4+815
version: 1.0.5+816
environment:
sdk: '>=3.3.3 <4.0.0'