编译
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"?>
|
||||
<project version="4">
|
||||
<component name="CompilerConfiguration">
|
||||
<bytecodeTargetLevel target="13" />
|
||||
<bytecodeTargetLevel target="1.8" />
|
||||
</component>
|
||||
</project>
|
@ -34,7 +34,7 @@
|
||||
<option name="OPTION_DOCUMENT_TAG_AUTHOR" value="true" />
|
||||
<option name="OPTION_DOCUMENT_TAG_VERSION" value="true" />
|
||||
</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" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
|
@ -3,13 +3,13 @@ apply plugin: 'com.android.application'
|
||||
android {
|
||||
signingConfigs {
|
||||
release {
|
||||
storeFile file('/Users/adam/Documents/work/tengshi.jks')
|
||||
storeFile file('/Users/adam/Documents/work/keystore/tengshi.jks')
|
||||
storePassword 'aaa111!!!'
|
||||
keyAlias = 'tengshi'
|
||||
keyPassword 'aaa111!!!'
|
||||
}
|
||||
debug {
|
||||
storeFile file('/Users/adam/Documents/work/tengshi.jks')
|
||||
storeFile file('/Users/adam/Documents/work/keystore/tengshi.jks')
|
||||
storePassword 'aaa111!!!'
|
||||
keyAlias = 'tengshi'
|
||||
keyPassword 'aaa111!!!'
|
||||
|
Loading…
Reference in New Issue
Block a user