Skip to content

Commit

Permalink
🔧 Unify versions and authors
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Jul 3, 2024
1 parent ceca225 commit bc16bd4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ repository: https://github.com/AstroxNetwork/agent_dart
packages:
- packages/**

ignore:
- 'packages/agent_dart/cargokit/build_tool'

ide:
intellij:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion packages/agent_dart/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The Android Gradle Plugin builds the native code with the Android NDK.

group 'com.astrox.agent_dart'
version '1.0-SNAPSHOT'
version '1.0.0-SNAPSHOT'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion packages/agent_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ issue_tracker: https://github.com/AstroxNetwork/agent_dart/issues
publish_to: none

environment:
sdk: ^3.4.0
sdk: '>=3.4.0 <4.0.0'
flutter: '>=3.22.0'

dependencies:
Expand Down
6 changes: 3 additions & 3 deletions packages/agent_dart_ffi/native/agent_dart/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "agent_dart"
version = "0.0.1"
authors = ["neeboo <[email protected]>"]
version = "1.0.0"
authors = ["AstroX Dev <[email protected]>"]
edition = "2018"

[lib]
Expand Down Expand Up @@ -41,7 +41,7 @@ flutter_rust_bridge = "=2.0.0"
[dev-dependencies]

[build-dependencies]
flutter_rust_bridge_codegen = "1.82.6"
flutter_rust_bridge_codegen = "=2.0.0"

[profile.release]
debug = false
Expand Down

0 comments on commit bc16bd4

Please sign in to comment.