File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ English version available [here](https://github.com/kyujin-cho/pixel-volte-patch
6565### Pixel IMS 애플리케이션 설치
6666
67671 . 현재 다음 두 가지 방법으로 Pixel IMS 앱을 설치할 수 있습니다.
68- - [ Github Releases] ( https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.3.1 /dev.bluehouse.enablevolte.apk ) 에서 APK 다운로드 후 설치
68+ - [ Github Releases] ( https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.3.2 /dev.bluehouse.enablevolte.apk ) 에서 APK 다운로드 후 설치
6969 - [ Play Store] ( https://play.google.com/store/apps/details?id=dev.bluehouse.enablevolte ) 에서 다운로드
70702 . 설치한 애플리케이션을 실행합니다.
71713 . 다음과 같이 Shizuku 권한을 묻는 팝업 창이 뜰 경우 "모든 경우에 허용" 을 선택합니다.
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ android {
1212 applicationId " dev.bluehouse.enablevolte"
1313 minSdk 28
1414 targetSdk 36
15- versionCode 15
16- versionName " 1.3.1 "
15+ versionCode 16
16+ versionName " 1.3.2 "
1717
1818 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1919 vectorDrawables {
You can’t perform that action at this time.
0 commit comments