We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd3ae0 commit fa54c3fCopy full SHA for fa54c3f
adventure-composer/src/main/resources/projectTmpl/android/build.gradle
@@ -13,7 +13,10 @@ android {
13
14
instrumentTest.setRoot('tests')
15
16
- if(project.hasProperty('keystore')) {
+
17
+ }
18
19
+ if(project.hasProperty('keystore')) {
20
signingConfigs {
21
release {
22
storeFile file(project.keystore)
@@ -22,14 +25,13 @@ android {
25
keyPassword project.keyPassword
23
26
}
24
27
-
- buildTypes {
- release {
28
- signingConfig signingConfigs.release
29
- }
30
+ buildTypes {
+ release {
31
+ signingConfig signingConfigs.release
32
33
34
35
36
37
// needed to add JNI shared libraries to APK when compiling on CLI
0 commit comments