-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [325] chore: build mimir * [325] chore: upgrade to flutter 3.27.1 * [325] chore: improve mimir build * [325] fix: notes shared plural * [325] chore: fix submodules * [325] chore: use flutter_mimir from pub.dev
- Loading branch information
1 parent
be6e07d
commit 84293c2
Showing
18 changed files
with
163 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
[submodule ".isar"] | ||
path = .isar | ||
url = https://github.com/isar-community/isar | ||
|
||
[submodule ".mimir"] | ||
path = .mimir | ||
url = https://github.com/GregoryConrad/mimir |
Submodule .mimir
updated
5 files
+14 −20 | .github/dependabot.yaml | |
+1 −1 | .github/workflows/build.yml | |
+4 −4 | pubspec.lock | |
+1 −1 | pubspec.yaml | |
+33 −21 | scripts/build-android.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
-keep class androidx.lifecycle.DefaultLifecycleObserver | ||
-keep class androidx.lifecycle.DefaultLifecycleObserver | ||
|
||
# TODO: check if this can be removed by removing the dependency to encrypt | ||
-dontwarn com.google.errorprone.annotations.CanIgnoreReturnValue | ||
-dontwarn com.google.errorprone.annotations.CheckReturnValue | ||
-dontwarn com.google.errorprone.annotations.Immutable | ||
-dontwarn com.google.errorprone.annotations.RestrictedApi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.