mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-12-16 21:42:00 -05:00
style:add_highlight
This commit is contained in:
@@ -113,7 +113,7 @@ keytool -genkey -v \
|
||||
```
|
||||
|
||||
- 修改app/build.gradle.kts
|
||||
```bash
|
||||
```java
|
||||
signingConfigs {
|
||||
create("release") {
|
||||
storeFile = System.getenv("KEYSTORE_FILE")?.let { file(it) }
|
||||
|
||||
Reference in New Issue
Block a user