Public signature key

This commit is contained in:
Ash 2022-04-29 01:43:01 +08:00
parent 72b07a7e0a
commit d2a315f50d
10 changed files with 7 additions and 16 deletions

View File

@ -10,15 +10,6 @@ jobs:
distribution: temurin
java-version: 11
- uses: actions/checkout@v2
- name: Checkout Android Keystore
uses: actions/checkout@v2
with:
repository: Ashinch/ReadYouSecret
token: ${{ secrets.ReadYouSecretToken }}
path: ReadYouSecret
ref: main
- uses: gradle/gradle-build-action@v2
- run: gradle assembleRelease

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "ReadYouSecret"]
path = ReadYouSecret
url = git@github.com:Ashinch/ReadYouSecret.git

View File

@ -1,5 +1,5 @@
<div align="center">
<img width="200" height="200" style="display: block; border: 1px solid #f5f5f5; border-radius: 9999px;" src="./APP_ICON.png">
<img width="200" height="200" style="display: block; border: 1px solid #f5f5f5; border-radius: 9999px;" src="./fastlane/metadata/android/en-US/images/icon.png">
</div>
<br>

View File

@ -1,5 +1,5 @@
<div align="center">
<img width="200" height="200" style="display: block; border: 1px solid #f5f5f5; border-radius: 9999px;" src="./APP_ICON.png">
<img width="200" height="200" style="display: block; border: 1px solid #f5f5f5; border-radius: 9999px;" src="./fastlane/metadata/android/en-US/images/icon.png">
</div>
<br>

@ -1 +0,0 @@
Subproject commit dae3bdcacacc75eecb43a93b97238adaa8dae539

View File

@ -8,7 +8,7 @@ plugins {
def gitCommitHash = "git rev-parse --verify --short HEAD".execute().text.trim()
def keyProps = new Properties()
def keyPropsFile = rootProject.file("ReadYouSecret/keystore.properties")
def keyPropsFile = rootProject.file("signature/keystore.properties")
if (keyPropsFile.exists()) {
println("Loading keystore properties from ${keyPropsFile.absolutePath}")
keyProps.load(new FileInputStream(keyPropsFile))

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,4 @@
storePassword=@Ash1nch
keyPassword=@Ash1nch
keyAlias=Ashinch
storeFile=../signature/reader.keystore

BIN
signature/reader.keystore Normal file

Binary file not shown.