This commit is contained in:
itgaojian163 2022-12-19 11:43:06 +08:00
parent 07c24742f2
commit 9992a758cc
4 changed files with 5 additions and 4 deletions

1
.idea/.name Normal file
View File

@ -0,0 +1 @@
cultural

View File

@ -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>

View File

@ -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">

View File

@ -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!!!'