Skip to content

Commit 8ceda82

Browse files
committed
release: 1.3.0
1 parent 421c10a commit 8ceda82

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ only if installing Shizuku using ADB
6868
### Install Pixel IMS application
6969
1. As for now, there are two ways to obtain the application. Choose you favourite way and install the application.
7070
- Via [Play Store](https://play.google.com/store/apps/details?id=dev.bluehouse.enablevolte)
71-
- From [Github Releases](https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.2.8/dev.bluehouse.enablevolte.apk), by downloading APK file
71+
- From [Github Releases](https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.3.0/dev.bluehouse.enablevolte.apk), by downloading APK file
7272
2. Start installed application.
7373
3. Tap "Allow all the time" when seeing prompt asking for Shizuku permission.
7474
![image-5](https://github.com/kyujin-cho/pixel-volte-patch/raw/main/assets/Screenshot_20230208-235239.png)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ English version available [here](https://github.com/kyujin-cho/pixel-volte-patch
6262
### Pixel IMS 애플리케이션 설치
6363

6464
1. 현재 다음 두 가지 방법으로 Pixel IMS 앱을 설치할 수 있습니다.
65-
- [Github Releases](https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.2.8/dev.bluehouse.enablevolte.apk) 에서 APK 다운로드 후 설치
65+
- [Github Releases](https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.3.0/dev.bluehouse.enablevolte.apk) 에서 APK 다운로드 후 설치
6666
- [Play Store](https://play.google.com/store/apps/details?id=dev.bluehouse.enablevolte) 에서 다운로드
6767
2. 설치한 애플리케이션을 실행합니다.
6868
3. 다음과 같이 Shizuku 권한을 묻는 팝업 창이 뜰 경우 "모든 경우에 허용" 을 선택합니다.

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "dev.bluehouse.enablevolte"
1313
minSdk 28
1414
targetSdk 36
15-
versionCode 13
16-
versionName "1.2.8"
15+
versionCode 14
16+
versionName "1.3.0"
1717

1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
vectorDrawables {
@@ -90,4 +90,4 @@ dependencies {
9090
implementation "com.github.kittinunf.fuel:fuel-android:2.3.1"
9191
implementation "com.github.kittinunf.fuel:fuel-json:2.3.1"
9292
implementation 'net.swiftzer.semver:semver:2.1.0'
93-
}
93+
}

0 commit comments

Comments
 (0)