编译
This commit is contained in:
parent
07c24742f2
commit
9992a758cc
1
.idea/.name
Normal file
1
.idea/.name
Normal file
@ -0,0 +1 @@
|
|||||||
|
cultural
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="CompilerConfiguration">
|
<component name="CompilerConfiguration">
|
||||||
<bytecodeTargetLevel target="13" />
|
<bytecodeTargetLevel target="1.8" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
@ -34,7 +34,7 @@
|
|||||||
<option name="OPTION_DOCUMENT_TAG_AUTHOR" value="true" />
|
<option name="OPTION_DOCUMENT_TAG_AUTHOR" value="true" />
|
||||||
<option name="OPTION_DOCUMENT_TAG_VERSION" value="true" />
|
<option name="OPTION_DOCUMENT_TAG_VERSION" value="true" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_13" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectType">
|
<component name="ProjectType">
|
||||||
|
@ -3,13 +3,13 @@ apply plugin: 'com.android.application'
|
|||||||
android {
|
android {
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
release {
|
release {
|
||||||
storeFile file('/Users/adam/Documents/work/tengshi.jks')
|
storeFile file('/Users/adam/Documents/work/keystore/tengshi.jks')
|
||||||
storePassword 'aaa111!!!'
|
storePassword 'aaa111!!!'
|
||||||
keyAlias = 'tengshi'
|
keyAlias = 'tengshi'
|
||||||
keyPassword 'aaa111!!!'
|
keyPassword 'aaa111!!!'
|
||||||
}
|
}
|
||||||
debug {
|
debug {
|
||||||
storeFile file('/Users/adam/Documents/work/tengshi.jks')
|
storeFile file('/Users/adam/Documents/work/keystore/tengshi.jks')
|
||||||
storePassword 'aaa111!!!'
|
storePassword 'aaa111!!!'
|
||||||
keyAlias = 'tengshi'
|
keyAlias = 'tengshi'
|
||||||
keyPassword 'aaa111!!!'
|
keyPassword 'aaa111!!!'
|
||||||
|
Loading…
Reference in New Issue
Block a user