Skip to content

Commit 026e118

Browse files
committed
Version 0.1.6
1 parent 709449e commit 026e118

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## next
1+
## 0.1.6
22

33
* Update Android Gradle dependencies.
44
* Fix Android compiler warnings.

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rootProject.allprojects {
2020
}
2121
}
2222

23-
project.getTasks().withType(JavaCompile){
23+
project.getTasks().withType(JavaCompile) {
2424
options.compilerArgs.addAll(args)
2525
}
2626

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: audio_session
22
description: Sets the iOS audio session category and Android audio attributes for your app, and manages your app's audio focus, mixing and ducking behaviour.
3-
version: 0.1.5
3+
version: 0.1.6
44
homepage: https://github.com/ryanheise/audio_session
55

66
environment:

0 commit comments

Comments
 (0)