Skip to content

Commit

Permalink
release: 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho committed Mar 26, 2023
1 parent 6a664a8 commit de40778
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3/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.4/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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3/dev.bluehouse.enablevolte.apk) 혹은 이 Github Repository의 Releases 탭으로 이동하여 최신 패치 어플리케이션의 설치를 위한 APK 파일을 Pixel 단말기에 다운로드 받습니다.
1. [다음 링크](https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.2.4/dev.bluehouse.enablevolte.apk) 혹은 이 Github Repository의 Releases 탭으로 이동하여 최신 패치 어플리케이션의 설치를 위한 APK 파일을 Pixel 단말기에 다운로드 받습니다.
2. 다운로드 받은 APK 파일을 설치합니다.
3. 설치한 어플리케이션을 실행합니다.
4. 다음과 같이 Shizuku 권한을 묻는 팝업 창이 뜰 경우 "모든 경우에 허용" 을 선택합니다.
Expand Down
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "dev.bluehouse.enablevolte"
minSdk 30
targetSdk 33
versionCode 8
versionName "1.2.3"
versionCode 9
versionName "1.2.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand All @@ -27,8 +27,8 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = '1.8'
Expand All @@ -50,7 +50,7 @@ android {
dependencies {
def lifecycle_version = "2.6.0-alpha05"
def nav_version = "2.5.3"
def material3_version = "1.1.0-alpha08"
def material3_version = "1.1.0-beta01"

implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.6.0'
Expand Down

0 comments on commit de40778

Please sign in to comment.