Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT committed Dec 20, 2023
1 parent 8628c84 commit 8a00fbf
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 137 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
* text eol=lf
*.bat text eol=crlf
*.jar binary
*.jks binary
13 changes: 6 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '8'
Expand All @@ -46,13 +46,12 @@ jobs:
export KEY_ALIAS="android"
export KEY_PASSWORD="android"
fi
./gradlew aR --no-daemon
echo "commit=$(echo ${{ github.sha }} | cut -c 1-7)" >> $GITHUB_ENV
find app/{DchaSetupWizard,FirmwareUpdate}/build/outputs/apk/ -type f -name *.apk -exec mv {} app/ \;
./gradlew aR --no-daemon
echo "commit=$(echo ${{ github.sha }} | cut -c-7)" >> $GITHUB_ENV
- name: Upload built APKs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: CPadGApps_CT3-Built@${{ env.commit }}
path: app/*.apk
path: app/FirmwareUpdate/build/outputs/apk/FirmwareUpdate-release.apk
if-no-files-found: ignore
40 changes: 0 additions & 40 deletions app/DchaSetupWizard/build.gradle

This file was deleted.

1 change: 0 additions & 1 deletion app/DchaSetupWizard/proguard-rules.pro

This file was deleted.

13 changes: 0 additions & 13 deletions app/DchaSetupWizard/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

Binary file not shown.
12 changes: 0 additions & 12 deletions app/DchaSetupWizard/src/main/res/layout/widget.xml

This file was deleted.

6 changes: 0 additions & 6 deletions app/DchaSetupWizard/src/main/res/xml/appwidget.xml

This file was deleted.

6 changes: 3 additions & 3 deletions app/FirmwareUpdate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

android {
compileSdk 28
compileSdk 33
buildToolsVersion "30.0.3"

defaultConfig {
Expand All @@ -29,12 +29,12 @@ android {
debuggable false
signingConfig signingConfigs.release
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
proguardFiles += 'proguard-rules.pro'
}
release {
signingConfig signingConfigs.release
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
proguardFiles += 'proguard-rules.pro'
}
}
}
2 changes: 1 addition & 1 deletion app/FirmwareUpdate/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#-printconfiguration build/outputs/mapping/release/configuration.txt
-keep class **
32 changes: 1 addition & 31 deletions docs/MODULE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Googleサービスの追加やDcha系の削除、 端末管理機能等の機能

モジュールID:**CPadGApps-CT3**

バージョン:v1.7.1
バージョン:v1.8.0

Magiskは***必ず [v23.0](https://cdn.jsdelivr.net/gh/topjohnwu/magisk-files@23.0/app-release.apk)*** を使用して下さい。<br>
SafetyNetを通したり、一部アプリを動作させるためには**MagiskHide**の機能が必要です。
Expand All @@ -29,11 +29,7 @@ OpenGApps : 20220215

## アプリ

- **Chrome**
- **ConfigUpdater**
- **DchaSetupWizard**
- 簡単に**Play ストア**を起動できます。
- **Files**
- **FirmwareUpdate**
- 設定アプリからアクティビティを立ち上げた際に<br>設定アプリがクラッシュするのを防ぎます。
- **GmsCore**
Expand All @@ -44,12 +40,8 @@ OpenGApps : 20220215
- **GoogleOneTimeInitializer**
- **GooglePartnerSetup**
- **GoogleServicesFramework**
- **GoogleTTS**
- **iWnnIME_oldskin** (更新)
- **Phonesky**
- **Photos**
- **WallpaperPickerGoogle**
- **WebViewGoogle** (更新)

</details><details><summary><b>削除</b></summary>

Expand All @@ -59,22 +51,8 @@ OpenGApps : 20220215
- **DchaDataBox**
- **DchaService**
- **DchaSystemSettings**
- **Gallery2**
- **Gallery2Drm**
- **Gallery2Gif**
- **Gallery2PhotoPicker**
- **Gallery2Pq**
- **Gallery2PqTool**
- **Gallery2Raw**
- **Gallery2Root**
- **Gallery2StereoBackground**
- **Gallery2StereoCopyPaste**
- **Gallery2StereoFancyColor**
- **Gallery2StereoRefocus**
- **MtkBrowser**
- **OneTimeInitializer**
- **PicoTts**
- **QuickSearchBox**

</details><details><summary><b>あえて追加しなかったもの</b></summary>

Expand All @@ -92,12 +70,4 @@ OpenGApps : 20220215
- **YouTube** 及び **YouTube Music**
- ReVanced などの拡張アプリもあるため

</details><details><summary><b>その他注意事項</b></summary>

## TestDPCを利用する場合
[**TestDPC**](https://github.com/googlesamples/android-testdpc "googlesamples/android-testdpc")を利用する場合は、**必ず**バージョンが「[**7.0.2**](https://github.com/googlesamples/android-testdpc/releases/tag/v7.0.2 "Release TestDPC 7.0.2 · googlesamples/android-testdpc")」のものを利用し、絶対に更新を行わないでください。
"**Set user restrictions**"が開けなくなります。
Play ストアでの自動更新機能をオフにする事を強く推奨致します。
[**ここ**](https://github.com/s1204IT/TestDPC)からGradleでビルドすると、 最新バージョンでも問題なく動作します。

</details>
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include 'app', 'FirmwareUpdate', 'DchaSetupWizard'
include 'app', 'FirmwareUpdate'

def buildDir = project(':app').projectDir
project(':FirmwareUpdate').projectDir = new File(buildDir, 'FirmwareUpdate')
project(':DchaSetupWizard').projectDir = new File(buildDir, 'DchaSetupWizard')

0 comments on commit 8a00fbf

Please sign in to comment.