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 2c3a7c0 commit e8aa694Copy full SHA for e8aa694
3 files changed
README.md
@@ -73,7 +73,7 @@ repositories {
73
}
74
75
dependencies {
76
- compile 'com.github.adrielcafe:AndroidAudioConverter:0.0.3'
+ compile 'com.github.adrielcafe:AndroidAudioConverter:0.0.4'
77
78
```
79
lib/src/main/AndroidManifest.xml
@@ -1,5 +1,5 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
- package="cafe.adriel.androidaudiorecorder">
+ package="cafe.adriel.androidaudioconverter">
3
4
<application android:allowBackup="true" android:label="@string/app_name"
5
android:supportsRtl="true">
lib/src/main/res/values/strings.xml
@@ -1,3 +1,3 @@
<resources>
- <string name="app_name">AndroidAudioRecorder</string>
+ <string name="app_name">AndroidAudioConverter</string>
</resources>
0 commit comments