Skip to content

Commit e8aa694

Browse files
committed
0.0.4
Refactoring
1 parent 2c3a7c0 commit e8aa694

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ repositories {
7373
}
7474
7575
dependencies {
76-
compile 'com.github.adrielcafe:AndroidAudioConverter:0.0.3'
76+
compile 'com.github.adrielcafe:AndroidAudioConverter:0.0.4'
7777
}
7878
```
7979

lib/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="cafe.adriel.androidaudiorecorder">
2+
package="cafe.adriel.androidaudioconverter">
33

44
<application android:allowBackup="true" android:label="@string/app_name"
55
android:supportsRtl="true">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<resources>
2-
<string name="app_name">AndroidAudioRecorder</string>
2+
<string name="app_name">AndroidAudioConverter</string>
33
</resources>

0 commit comments

Comments
 (0)