Skip to content

Commit

Permalink
rm dependencie blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
waozixyz committed Dec 13, 2024
1 parent 830b4e1 commit 074ae95
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## [1.3.8] - 2024-12-13
- Rm dependencies info

## [1.3.7] - 2024-12-12
- Fix android export

Expand Down
10 changes: 10 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion
ndkVersion flutter.ndkVersion


android {
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/36.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Rm dependencies info

7 changes: 7 additions & 0 deletions metadata/io.naox.InnerBreeze.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@
<icon type="remote" height="144" width="144">https://raw.githubusercontent.com/naoxio/inbreeze/main/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png</icon>
<update_contact>contact@naox.io</update_contact>
<releases>
<release version="1.3.8" date="2024-12-13">
<description>
<ul>
<li>Rm dependencies info</li>
</ul>
</description>
</release>
<release version="1.3.7" date="2024-12-12">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A meditation and breathing guide app

publish_to: 'none'

version: 1.3.7+35
version: 1.3.8+36

environment:
sdk: '>=2.19.4 <4.0.0'
Expand Down

0 comments on commit 074ae95

Please sign in to comment.