Skip to content

Commit

Permalink
Increase gradle mem size and bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhzdhd committed Jan 20, 2025
1 parent 69d0d61 commit 6bb1ad1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
For currently known issues, check the [GitHub issues tab](https://github.com/dhzdhd/SyncVault/issues?q=is%3Aopen+is%3Aissue+label%3Abug)

## 0.7.3 | 19-01-2025 (Prerelease)
## 0.7.4 | 19-01-2025 (Prerelease)

### Additions

Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ android {
}

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
// Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.syncvault"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
org.gradle.jvmargs=-Xmx1536M
org.gradle.jvmargs=-Xmx4096M
android.useAndroidX=true
android.enableJetifier=true
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 new Flutter project.

publish_to: 'none'

version: 0.7.3
version: 0.7.4

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

0 comments on commit 6bb1ad1

Please sign in to comment.