diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
index 2f33ce1..0890465 100644
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -8,7 +8,7 @@
diff --git a/app/build.gradle b/app/build.gradle
index a3b975a..fb86b47 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -10,8 +10,8 @@ android {
minSdk 29
//noinspection OldTargetApi
targetSdk 34
- versionCode 2
- versionName "1.2"
+ versionCode 3
+ versionName "1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
diff --git a/magisk-module/module.prop b/magisk-module/module.prop
index 74ca43d..7b3f6b5 100644
--- a/magisk-module/module.prop
+++ b/magisk-module/module.prop
@@ -1,7 +1,7 @@
id=zoro.benojir.callrecorder
name=Call Recorder
-version=v1.2
-versionCode=2
+version=v1.3
+versionCode=3
author=Benojir Sultana
description=Record calls automatically without announcement.
-updateJson=https://raw.githubusercontent.com/Benojir/Android-Call-Recorder/main/magisk/updates/release/info.json
+updateJson=https://raw.githubusercontent.com/Benojir/Android-Call-Recorder/main/magisk/updates/release/info.json
\ No newline at end of file
diff --git a/magisk-module/system/priv-app/zoro.benojir.callrecorder/app-release.apk b/magisk-module/system/priv-app/zoro.benojir.callrecorder/app-release.apk
index 8f805cf..a73bf9d 100644
Binary files a/magisk-module/system/priv-app/zoro.benojir.callrecorder/app-release.apk and b/magisk-module/system/priv-app/zoro.benojir.callrecorder/app-release.apk differ
diff --git a/magisk/updates/release/info.json b/magisk/updates/release/info.json
index 11035e1..31e59a1 100644
--- a/magisk/updates/release/info.json
+++ b/magisk/updates/release/info.json
@@ -1,6 +1,6 @@
{
- "zipUrl": "https://github.com/Benojir/Android-Call-Recorder/releases/download/1.2/call-recorder_v1.2-magisk.zip",
+ "zipUrl": "https://github.com/Benojir/Android-Call-Recorder/releases/download/1.3/call-recorder_v1.3-magisk.zip",
"changelog": "https://github.com/Benojir/Android-Call-Recorder/raw/master/magisk/updates/release/changelog.txt",
- "version": "1.2",
- "versionCode": 2
+ "version": "1.3",
+ "versionCode": 3
}