We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18112cd commit 01f17dbCopy full SHA for 01f17db
README.md
@@ -71,5 +71,6 @@ so库本身没有任何限制,但受限于Android NDK的支持
71
See the License for the specific language governing permissions and
72
limitations under the License.
73
# 7. CHANGELOG
74
+- 1.0.2 修复音量过大为负的问题 [issue 10](https://github.com/GavinCT/AndroidMP3Recorder/issues/10)
75
- 1.0.1 新增64位so so编译改为all mips及 64位均支持
76
- 1.0
library/build.gradle
@@ -1,7 +1,7 @@
1
apply plugin: 'com.android.library'
2
apply plugin: 'com.github.dcendents.android-maven'
3
apply plugin: 'com.jfrog.bintray'
4
-version = "1.0.1"
+version = "1.0.2"
5
android {
6
compileSdkVersion 23
7
buildToolsVersion "23.0.2"
library/src/main/res/values/strings.xml
0 commit comments