gradleの更新。絵文字データのsubmodule参照の解除

This commit is contained in:
tateisu 2017-11-30 23:15:47 +09:00
parent 5c4663827d
commit 4db77eaf14
3 changed files with 4 additions and 8 deletions

6
.gitmodules vendored
View File

@ -1,6 +0,0 @@
[submodule "_Emoji/emoji-data"]
path = _Emoji/emoji-data
url = git@github.com:iamcal/emoji-data.git
[submodule "_Emoji/emojione2.x"]
path = _Emoji/emojione2.x
url = git@github.com:emojione/emojione.git

View File

@ -24,7 +24,7 @@
</value>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" 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">

View File

@ -7,9 +7,10 @@ buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.google.gms:google-services:3.0.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@ -22,6 +23,7 @@ allprojects {
jcenter()
maven { url 'https://maven.google.com' }
maven { url 'https://jitpack.io' }
google()
}
}