From 2d6b4a1dad2177d7387f10a6a8c93fb5e3b936bd Mon Sep 17 00:00:00 2001 From: Kyujin Cho Date: Sun, 12 Mar 2023 18:10:01 +0900 Subject: [PATCH] release: 1.2.3 --- README.en.md | 2 +- README.md | 2 +- app/build.gradle | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.en.md b/README.en.md index 05e2036..ba64eb7 100644 --- a/README.en.md +++ b/README.en.md @@ -45,7 +45,7 @@ Carriers which aren't possible for testing by developer but reported as supporte ### Install Patch Application -1. Click the [following link](https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.2.2/dev.bluehouse.enablevolte.apk) or check out Releases tab of this Github repository to install latest version of `PixelIMS` application's APK file. +1. Click the [following link](https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.2.3/dev.bluehouse.enablevolte.apk) or check out Releases tab of this Github repository to install latest version of `PixelIMS` application's APK file. 2. Install downloaded APK file. 3. Start installed application. 4. Tap "Allow all the time" when seeing prompt asking for Shizuku permission. diff --git a/README.md b/README.md index 838128c..b7c4884 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ English version available [here](https://github.com/kyujin-cho/pixel-volte-patch ### 패치 어플리케이션 설치 -1. [다음 링크](https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.2.2/dev.bluehouse.enablevolte.apk) 혹은 이 Github Repository의 Releases 탭으로 이동하여 최신 패치 어플리케이션의 설치를 위한 APK 파일을 Pixel 단말기에 다운로드 받습니다. +1. [다음 링크](https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.2.3/dev.bluehouse.enablevolte.apk) 혹은 이 Github Repository의 Releases 탭으로 이동하여 최신 패치 어플리케이션의 설치를 위한 APK 파일을 Pixel 단말기에 다운로드 받습니다. 2. 다운로드 받은 APK 파일을 설치합니다. 3. 설치한 어플리케이션을 실행합니다. 4. 다음과 같이 Shizuku 권한을 묻는 팝업 창이 뜰 경우 "모든 경우에 허용" 을 선택합니다. diff --git a/app/build.gradle b/app/build.gradle index a9475a3..0fd1ed3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "dev.bluehouse.enablevolte" minSdk 30 targetSdk 33 - versionCode 7 - versionName "1.2.2" + versionCode 8 + versionName "1.2.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {