Skip to content

Commit

Permalink
fix env name
Browse files Browse the repository at this point in the history
  • Loading branch information
AwkwardPeak7 committed Jun 21, 2024
1 parent 2a8ae4d commit 0dab6e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ android {
signingConfigs {
release {
storeFile rootProject.file("signingkey.jks")
storePassword System.getenv("KEYSTORE_PASSWORD")
storePassword System.getenv("KEY_STORE_PASSWORD")
keyAlias System.getenv("ALIAS")
keyPassword System.getenv("KEY_PASSWORD")
}
Expand Down
2 changes: 1 addition & 1 deletion src/all/javguru/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'Jav Guru'
extClass = '.JavGuru'
extVersionCode = 2
extVersionCode = 1
isNsfw = true
}

Expand Down

0 comments on commit 0dab6e0

Please sign in to comment.