Skip to content

Commit

Permalink
update version and fix gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
nikk.li committed Oct 25, 2019
1 parent c2b51e7 commit c15e00f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 0.4.9
* fix the power calculation for android
* Fix the power calculation for android

## 0.4.8
* Fix version number in .podspec
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.zeno.flutter_audio_recorder'
version '0.4.8'
version '0.4.9'

buildscript {
repositories {
Expand Down
3 changes: 1 addition & 2 deletions android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
rootProject.name = 'flutter_audio_recorder'
include ':src/om-recorder'
rootProject.name = 'flutter_audio_recorder'
2 changes: 1 addition & 1 deletion ios/flutter_audio_recorder.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_audio_recorder'
s.version = '0.4.8'
s.version = '0.4.9'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
Expand Down

0 comments on commit c15e00f

Please sign in to comment.