更新配置文件 #13

Merged
QBbing merged 3 commits from :master into master 2019-05-16 14:10:13 +00:00
4 changed files with 9 additions and 7 deletions

View File

@ -35,7 +35,7 @@
</value>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="JDK" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

View File

@ -4,7 +4,7 @@
<modules>
<module fileurl="file://$PROJECT_DIR$/SCOS.iml" filepath="$PROJECT_DIR$/SCOS.iml" />
<module fileurl="file://$PROJECT_DIR$/SCOS.iml" filepath="$PROJECT_DIR$/SCOS.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/SCOS.iml" filepath="$PROJECT_DIR$/.idea/SCOS.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
</modules>
</component>

2
app/.gitignore vendored
View File

@ -1 +1 @@
/build
/build

View File

@ -3,8 +3,9 @@
buildscript {
repositories {
google()
jcenter()
maven { url 'https://maven.aliyun.com/repository/google/'}
maven { url 'https://maven.aliyun.com/repository/public/' }
maven { url 'https://maven.aliyun.com/repository/spring/'}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
@ -17,8 +18,9 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
maven { url 'https://maven.aliyun.com/repository/google/'}
maven { url 'https://maven.aliyun.com/repository/public/' }
maven { url 'https://maven.aliyun.com/repository/spring/'}
}
}