Skip to content

Commit

Permalink
Fixing deploy pipeline (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
DGoiana authored Jul 21, 2024
2 parents a476c97 + 9e212c6 commit 8322384
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
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

0 comments on commit 8322384

Please sign in to comment.