Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
flutterui:build_release [2023/02/22 07:30]
admin
flutterui:build_release [2023/02/22 07:30]
admin
Line 74: Line 74:
  
 <code gradle> <code gradle>
-    ​signingConfigs { +signingConfigs { 
-        release { +    release { 
-            keyAlias keystoreProperties['​keyAlias'​] +        keyAlias keystoreProperties['​keyAlias'​] 
-            keyPassword keystoreProperties['​keyPassword'​] +        keyPassword keystoreProperties['​keyPassword'​] 
-            storeFile keystoreProperties['​storeFile'​] ? rootProject.file(keystorePropertiesFile.getParent() + '/'​ + keystoreProperties['​storeFile'​]) : null +        storeFile keystoreProperties['​storeFile'​] ? rootProject.file(keystorePropertiesFile.getParent() + '/'​ + keystoreProperties['​storeFile'​]) : null 
-            storePassword keystoreProperties['​storePassword'​] +        storePassword keystoreProperties['​storePassword'​]
-        }+
     }     }
 +}
  
-    ​buildTypes { +buildTypes { 
-        release { +    release { 
-            signingConfig signingConfigs.release +        signingConfig signingConfigs.release
-        }+
     }     }
 +}
 </​code>​ </​code>​
  
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information