Skip to content

Commit de40778

Browse files
committed
release: 1.2.4
1 parent 6a664a8 commit de40778

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Carriers which aren't possible for testing by developer but reported as supporte
4545

4646
### Install Patch Application
4747

48-
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.
48+
1. Click the [following link](https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.2.4/dev.bluehouse.enablevolte.apk) or check out Releases tab of this Github repository to install latest version of `PixelIMS` application's APK file.
4949
2. Install downloaded APK file.
5050
3. Start installed application.
5151
4. Tap "Allow all the time" when seeing prompt asking for Shizuku permission.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ English version available [here](https://github.com/kyujin-cho/pixel-volte-patch
5353

5454
### 패치 어플리케이션 설치
5555

56-
1. [다음 링크](https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.2.3/dev.bluehouse.enablevolte.apk) 혹은 이 Github Repository의 Releases 탭으로 이동하여 최신 패치 어플리케이션의 설치를 위한 APK 파일을 Pixel 단말기에 다운로드 받습니다.
56+
1. [다음 링크](https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.2.4/dev.bluehouse.enablevolte.apk) 혹은 이 Github Repository의 Releases 탭으로 이동하여 최신 패치 어플리케이션의 설치를 위한 APK 파일을 Pixel 단말기에 다운로드 받습니다.
5757
2. 다운로드 받은 APK 파일을 설치합니다.
5858
3. 설치한 어플리케이션을 실행합니다.
5959
4. 다음과 같이 Shizuku 권한을 묻는 팝업 창이 뜰 경우 "모든 경우에 허용" 을 선택합니다.

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "dev.bluehouse.enablevolte"
1212
minSdk 30
1313
targetSdk 33
14-
versionCode 8
15-
versionName "1.2.3"
14+
versionCode 9
15+
versionName "1.2.4"
1616

1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
vectorDrawables {
@@ -27,8 +27,8 @@ android {
2727
}
2828
}
2929
compileOptions {
30-
sourceCompatibility JavaVersion.VERSION_1_8
31-
targetCompatibility JavaVersion.VERSION_1_8
30+
sourceCompatibility JavaVersion.VERSION_11
31+
targetCompatibility JavaVersion.VERSION_11
3232
}
3333
kotlinOptions {
3434
jvmTarget = '1.8'
@@ -50,7 +50,7 @@ android {
5050
dependencies {
5151
def lifecycle_version = "2.6.0-alpha05"
5252
def nav_version = "2.5.3"
53-
def material3_version = "1.1.0-alpha08"
53+
def material3_version = "1.1.0-beta01"
5454

5555
implementation 'androidx.core:core-ktx:1.9.0'
5656
implementation 'androidx.appcompat:appcompat:1.6.0'

0 commit comments

Comments
 (0)