Skip to content

Commit 03f385f

Browse files
Sharan DhanalaSharan Dhanala
authored andcommitted
Second commit
1 parent 95fc53c commit 03f385f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

android/app/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ android {
9696
abiFilters "armeabi-v7a", "x86"
9797
}
9898
}
99+
signingConfigs {
100+
release {
101+
storeFile file("my-release-key.keystore")
102+
storePassword "dhanalaa"
103+
keyAlias "my-key-alias"
104+
keyPassword "dhanalaa"
105+
}
106+
}
99107
splits {
100108
abi {
101109
reset()
@@ -108,6 +116,7 @@ android {
108116
release {
109117
minifyEnabled enableProguardInReleaseBuilds
110118
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
119+
signingConfig signingConfigs.release
111120
}
112121
}
113122
// applicationVariants are e.g. debug, release

0 commit comments

Comments
 (0)