Skip to content

Commit

Permalink
Merge branch 'main' into loading
Browse files Browse the repository at this point in the history
  • Loading branch information
BrawlerXull authored Nov 5, 2024
2 parents d103e46 + cc867ca commit b42e100
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutterci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- run: flutter build apk

# Step 9: Upload the built APK as an artifact
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3
with:
name: release-apk
path: build/app/outputs/apk/release/app-release.apk
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ For easy installation, you can opt for the unofficial Docker container. Check ou
![image](https://github.com/Rancho-rachit/taskwarrior-flutter/assets/111473259/b562e125-1ca1-480b-8b96-6d7c709eb4b9)

### 6. Configure the certificates in the app:
- Select `[email protected]` for "Configure Server Certificate."
- Select `[email protected]` for "Configure TaskServer Key."
- Select `letsencrypt_root_cert.pem` for "Configure Your Certificate."
- Select `[email protected]` for "Configure your certificate."
- Select `[email protected]` for "Configure TaskServer key."
- Select `letsencrypt_root_cert.pem` for "Configure Server Certificate."

![Configure Certificates](https://github.com/CCExtractor/taskwarrior-flutter/assets/47685150/8b73f087-152a-4207-9d93-87d0b87404d8)

Expand Down
2 changes: 1 addition & 1 deletion lib/app/modules/about/controllers/about_controller.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:get/get.dart';
import 'package:taskwarrior/app/utils/language/supported_language.dart';
import 'package:taskwarrior/app/utils/app_settings/app_settings.dart';
import 'package:taskwarrior/app/utils/language/supported_language.dart';

class AboutController extends GetxController {
final Rx<SupportedLanguage> selectedLanguage = SupportedLanguage.english.obs;
Expand Down

0 comments on commit b42e100

Please sign in to comment.