Revision | 8a4d151dc5a0fc16af69b99c4a0a163162d86932 (tree) |
---|---|
Time | 2018-04-13 18:35:07 |
Author | HMML <hmml3939@gmai...> |
Commiter | HMML |
Update tools to current version.
@@ -2,6 +2,7 @@ | ||
2 | 2 | .gradle |
3 | 3 | /local.properties |
4 | 4 | /.idea/workspace.xml |
5 | +/.idea/caches/ | |
5 | 6 | /.idea/libraries |
6 | 7 | .DS_Store |
7 | 8 | /build |
@@ -14,5 +15,6 @@ | ||
14 | 15 | *.orig |
15 | 16 | *.rej |
16 | 17 | |
18 | + | |
17 | 19 | # release apk |
18 | 20 | /app/app-release.apk |
@@ -0,0 +1,29 @@ | ||
1 | +<component name="ProjectCodeStyleConfiguration"> | |
2 | + <code_scheme name="Project" version="173"> | |
3 | + <Objective-C-extensions> | |
4 | + <file> | |
5 | + <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Import" /> | |
6 | + <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Macro" /> | |
7 | + <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Typedef" /> | |
8 | + <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Enum" /> | |
9 | + <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Constant" /> | |
10 | + <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Global" /> | |
11 | + <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Struct" /> | |
12 | + <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="FunctionPredecl" /> | |
13 | + <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Function" /> | |
14 | + </file> | |
15 | + <class> | |
16 | + <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Property" /> | |
17 | + <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Synthesize" /> | |
18 | + <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="InitMethod" /> | |
19 | + <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="StaticMethod" /> | |
20 | + <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="InstanceMethod" /> | |
21 | + <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="DeallocMethod" /> | |
22 | + </class> | |
23 | + <extensions> | |
24 | + <pair source="cpp" header="h" fileNamingConvention="NONE" /> | |
25 | + <pair source="c" header="h" fileNamingConvention="NONE" /> | |
26 | + </extensions> | |
27 | + </Objective-C-extensions> | |
28 | + </code_scheme> | |
29 | +</component> | |
\ No newline at end of file |
@@ -1,8 +1,5 @@ | ||
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <project version="4"> |
3 | - <component name="EntryPointsManager"> | |
4 | - <entry_points version="2.0" /> | |
5 | - </component> | |
6 | 3 | <component name="NullableNotNullManager"> |
7 | 4 | <option name="myDefaultNullable" value="android.support.annotation.Nullable" /> |
8 | 5 | <option name="myDefaultNotNull" value="android.support.annotation.NonNull" /> |
@@ -27,17 +24,7 @@ | ||
27 | 24 | </value> |
28 | 25 | </option> |
29 | 26 | </component> |
30 | - <component name="ProjectLevelVcsManager" settingsEditedManually="false"> | |
31 | - <OptionsSetting value="true" id="Add" /> | |
32 | - <OptionsSetting value="true" id="Remove" /> | |
33 | - <OptionsSetting value="true" id="Checkout" /> | |
34 | - <OptionsSetting value="true" id="Update" /> | |
35 | - <OptionsSetting value="true" id="Status" /> | |
36 | - <OptionsSetting value="true" id="Edit" /> | |
37 | - <ConfirmationsSetting value="0" id="Add" /> | |
38 | - <ConfirmationsSetting value="0" id="Remove" /> | |
39 | - </component> | |
40 | - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | |
27 | + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | |
41 | 28 | <output url="file://$PROJECT_DIR$/build/classes" /> |
42 | 29 | </component> |
43 | 30 | <component name="ProjectType"> |
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application' | ||
2 | 2 | |
3 | 3 | android { |
4 | 4 | compileSdkVersion 25 |
5 | - buildToolsVersion "25.0.2" | |
5 | + buildToolsVersion '27.0.3' | |
6 | 6 | defaultConfig { |
7 | 7 | applicationId "cloud.hmml.mmw" |
8 | 8 | minSdkVersion 17 |
@@ -23,17 +23,17 @@ android { | ||
23 | 23 | } |
24 | 24 | |
25 | 25 | dependencies { |
26 | - //compile 'com.android.support:multidex:1.0.0' | |
27 | - compile fileTree(include: ['*.jar'], dir: 'libs') | |
28 | - androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { | |
26 | + //api 'com.android.support:multidex:1.0.0' | |
27 | + api fileTree(include: ['*.jar'], dir: 'libs') | |
28 | + androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', { | |
29 | 29 | exclude group: 'com.android.support', module: 'support-annotations' |
30 | 30 | }) |
31 | - compile 'com.android.support:appcompat-v7:25.1.0' | |
32 | - compile 'com.google.android.gms:play-services-location:8.4.0' | |
33 | - compile 'com.koushikdutta.ion:ion:2.+' | |
34 | - compile 'com.android.support:design:25.3.1' | |
35 | - compile 'com.android.support.constraint:constraint-layout:1.0.2' | |
36 | - compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5' | |
37 | - compile 'commons-io:commons-io:2.5' | |
38 | - testCompile 'junit:junit:4.12' | |
31 | + api 'com.android.support:appcompat-v7:25.1.0' | |
32 | + api 'com.google.android.gms:play-services-location:8.4.0' | |
33 | + api 'com.koushikdutta.ion:ion:2.+' | |
34 | + api 'com.android.support:design:25.3.1' | |
35 | + api 'com.android.support.constraint:constraint-layout:1.0.2' | |
36 | + api 'com.nostra13.universalimageloader:universal-image-loader:1.9.5' | |
37 | + api 'commons-io:commons-io:2.5' | |
38 | + //testApi 'junit:junit:4.12' | |
39 | 39 | } |
@@ -3,9 +3,14 @@ | ||
3 | 3 | buildscript { |
4 | 4 | repositories { |
5 | 5 | jcenter() |
6 | + maven { | |
7 | + url 'https://maven.google.com/' | |
8 | + name 'Google' | |
9 | + } | |
10 | + google() | |
6 | 11 | } |
7 | 12 | dependencies { |
8 | - classpath 'com.android.tools.build:gradle:2.3.3' | |
13 | + classpath 'com.android.tools.build:gradle:3.1.1' | |
9 | 14 | |
10 | 15 | // NOTE: Do not place your application dependencies here; they belong |
11 | 16 | // in the individual module build.gradle files |
@@ -15,6 +20,10 @@ buildscript { | ||
15 | 20 | allprojects { |
16 | 21 | repositories { |
17 | 22 | jcenter() |
23 | + maven { | |
24 | + url 'https://maven.google.com/' | |
25 | + name 'Google' | |
26 | + } | |
18 | 27 | } |
19 | 28 | } |
20 | 29 |
@@ -1,6 +1,6 @@ | ||
1 | -#Fri Jan 13 22:27:23 JST 2017 | |
1 | +#Fri Apr 13 17:49:24 JST 2018 | |
2 | 2 | distributionBase=GRADLE_USER_HOME |
3 | 3 | distributionPath=wrapper/dists |
4 | 4 | zipStoreBase=GRADLE_USER_HOME |
5 | 5 | zipStorePath=wrapper/dists |
6 | -distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip | |
6 | +distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip |