Skip to content

Commit 01f17db

Browse files
committed
update 1.0.2
1 parent 18112cd commit 01f17db

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,6 @@ so库本身没有任何限制,但受限于Android NDK的支持
7171
See the License for the specific language governing permissions and
7272
limitations under the License.
7373
# 7. CHANGELOG
74+
- 1.0.2 修复音量过大为负的问题 [issue 10](https://github.com/GavinCT/AndroidMP3Recorder/issues/10)
7475
- 1.0.1 新增64位so so编译改为all mips及 64位均支持
7576
- 1.0

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
4-
version = "1.0.1"
4+
version = "1.0.2"
55
android {
66
compileSdkVersion 23
77
buildToolsVersion "23.0.2"

library/src/main/res/values/strings.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)