diff --git a/README.md b/README.md index 33ba14e..b000ad9 100644 --- a/README.md +++ b/README.md @@ -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``` diff --git a/lib/assets/screenshots/swipe_left.png b/lib/assets/screenshots/swipe_left.png index 9a37963..57d21e0 100644 Binary files a/lib/assets/screenshots/swipe_left.png and b/lib/assets/screenshots/swipe_left.png differ diff --git a/lib/assets/screenshots/swipe_right.png b/lib/assets/screenshots/swipe_right.png index 94e91b7..d5946a1 100644 Binary files a/lib/assets/screenshots/swipe_right.png and b/lib/assets/screenshots/swipe_right.png differ diff --git a/lib/assets/screenshots/user_info.png b/lib/assets/screenshots/user_info.png index 1e6bd9f..0d3fc17 100644 Binary files a/lib/assets/screenshots/user_info.png and b/lib/assets/screenshots/user_info.png differ diff --git a/lib/constants.dart b/lib/constants.dart index 7f66f12..7d65388 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -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; diff --git a/pubspec.yaml b/pubspec.yaml index ec80a67..3c84b6f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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'