Skip to content

Commit

Permalink
chore: Update package namespaces to "com.langx.capacitorvoicerecorder"
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed May 17, 2024
1 parent e93e29c commit 3e60c8f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
apply plugin: 'com.android.library'

android {
namespace "com.tchvu3.capacitorvoicerecorder"
namespace "com.langx.capacitorvoicerecorder"
compileSdkVersion project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 33
defaultConfig {
minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 22
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.tchvu3.capacitorvoicerecorder;
package com.langx.capacitorvoicerecorder;

public enum CurrentRecordingStatus {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.tchvu3.capacitorvoicerecorder;
package com.langx.capacitorvoicerecorder;

import android.content.Context;
import android.media.MediaRecorder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.tchvu3.capacitorvoicerecorder;
package com.langx.capacitorvoicerecorder;

public abstract class Messages {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.tchvu3.capacitorvoicerecorder;
package com.langx.capacitorvoicerecorder;

public class NotSupportedOsVersion extends Exception {
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.tchvu3.capacitorvoicerecorder;
package com.langx.capacitorvoicerecorder;

import com.getcapacitor.JSObject;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.tchvu3.capacitorvoicerecorder;
package com.langx.capacitorvoicerecorder;

import com.getcapacitor.JSObject;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.tchvu3.capacitorvoicerecorder;
package com.langx.capacitorvoicerecorder;

import android.Manifest;
import android.content.Context;
Expand Down

0 comments on commit 3e60c8f

Please sign in to comment.