Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing deploy pipeline #1279

Merged
merged 2 commits into from
Jul 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions uni/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ allprojects {
google()
mavenCentral()
}

// Workaround for #1264
tasks.withType(JavaCompile) {
options.compilerArgs << '-Xlint:-options'
}
}

rootProject.buildDir = "../build"
Expand Down
4 changes: 2 additions & 2 deletions uni/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ packages:
source: hosted
version: "2.11.0"
audio_session:
dependency: "direct main"
dependency: transitive
description:
name: audio_session
sha256: "343e83bc7809fbda2591a49e525d6b63213ade10c76f15813be9aed6657b3261"
Expand Down Expand Up @@ -790,7 +790,7 @@ packages:
source: hosted
version: "6.7.1"
just_audio:
dependency: "direct main"
dependency: transitive
description:
name: just_audio
sha256: ee50602364ba83fa6308f5512dd560c713ec3e1f2bc75f0db43618f0d82ef71a
Expand Down
2 changes: 0 additions & 2 deletions uni/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ environment:
dependencies:
add_2_calendar: ^3.0.1
app_links: ^3.5.1
audio_session: ^0.1.21
battery_plus: ^5.0.2
cached_network_image: ^3.3.1
collection: ^1.16.0
Expand Down Expand Up @@ -48,7 +47,6 @@ dependencies:
intl: ^0.19.0
json_annotation: ^4.8.1
json_serializable: ^6.7.1
just_audio: ^0.9.39
latlong2: ^0.9.0
logger: ^2.0.2+1
material_design_icons_flutter: ^7.0.7296
Expand Down