Skip to content

Commit

Permalink
use tungstens key
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyVanNeck authored Aug 30, 2022
1 parent 68e6160 commit fbe6438
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions HMCLPE/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ android {

signingConfigs {
release {
storeFile file("debug.keystore")
storePassword "android"
keyAlias "androiddebugkey"
keyPassword "android"
storeFile file("key-store.jks")
storePassword "666666"
keyAlias "HMCL-PE-Key"
keyPassword "666666"
}
}

Expand Down

0 comments on commit fbe6438

Please sign in to comment.