Public signature key
This commit is contained in:
parent
72b07a7e0a
commit
d2a315f50d
9
.github/workflows/build_commit.yaml
vendored
9
.github/workflows/build_commit.yaml
vendored
|
@ -10,15 +10,6 @@ jobs:
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
java-version: 11
|
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
|
- uses: gradle/gradle-build-action@v2
|
||||||
- run: gradle assembleRelease
|
- run: gradle assembleRelease
|
||||||
|
|
||||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
||||||
[submodule "ReadYouSecret"]
|
|
||||||
path = ReadYouSecret
|
|
||||||
url = git@github.com:Ashinch/ReadYouSecret.git
|
|
|
@ -1,5 +1,5 @@
|
||||||
<div align="center">
|
<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>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<div align="center">
|
<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>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit dae3bdcacacc75eecb43a93b97238adaa8dae539
|
|
|
@ -8,7 +8,7 @@ plugins {
|
||||||
|
|
||||||
def gitCommitHash = "git rev-parse --verify --short HEAD".execute().text.trim()
|
def gitCommitHash = "git rev-parse --verify --short HEAD".execute().text.trim()
|
||||||
def keyProps = new Properties()
|
def keyProps = new Properties()
|
||||||
def keyPropsFile = rootProject.file("ReadYouSecret/keystore.properties")
|
def keyPropsFile = rootProject.file("signature/keystore.properties")
|
||||||
if (keyPropsFile.exists()) {
|
if (keyPropsFile.exists()) {
|
||||||
println("Loading keystore properties from ${keyPropsFile.absolutePath}")
|
println("Loading keystore properties from ${keyPropsFile.absolutePath}")
|
||||||
keyProps.load(new FileInputStream(keyPropsFile))
|
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 |
4
signature/keystore.properties
Normal file
4
signature/keystore.properties
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
storePassword=@Ash1nch
|
||||||
|
keyPassword=@Ash1nch
|
||||||
|
keyAlias=Ashinch
|
||||||
|
storeFile=../signature/reader.keystore
|
BIN
signature/reader.keystore
Normal file
BIN
signature/reader.keystore
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user