Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Benojir committed Aug 6, 2024
1 parent adcaef3 commit f5bd838
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
6 changes: 3 additions & 3 deletions magisk-module/module.prop
Original file line number Diff line number Diff line change
@@ -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
Binary file not shown.
6 changes: 3 additions & 3 deletions magisk/updates/release/info.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit f5bd838

Please sign in to comment.