How to get SHA-1 Key in release mode

Опубликовано: 24 Март 2026
на канале: Coco Coding
677
8

Hey guys welcome to coding 101, in this video we will show you how you can generate SHA1 key in release mode in android studio.
I am making this video after a long time, hope you would like it.

signing config code to be pasted in build.gradle file as said in video:
signingConfigs {
release {
storeFile file('')
storePassword '123456789'
keyPassword '123456789'
keyAlias 'key0'
}
}

Related videos -
How to get SHA 1 key in debug mode in vscode -    • How to get SHA-1 Key in Visual Studio Code  

How to get sha 1 key in linux-    • How to get SHA-1 Key in LINUX!! | Linux Te...