Skip to content

Commit b273b5d

Browse files
committed
Update libs
1 parent ac8ec25 commit b273b5d

File tree

7 files changed

+43
-13
lines changed

7 files changed

+43
-13
lines changed
692 Bytes
Binary file not shown.

.idea/codeStyles/Project.xml

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ buildscript {
66
url 'https://maven.google.com/'
77
name 'Google'
88
}
9+
google()
910
}
1011
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.0.1'
12+
classpath 'com.android.tools.build:gradle:3.1.1'
1213

1314
// NOTE: Do not place your application dependencies here; they belong
1415
// in the individual module build.gradle files
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Nov 12 12:44:43 CET 2017
1+
#Sun Apr 22 16:58:45 CEST 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

mobile/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 27
5-
buildToolsVersion '26.0.2'
5+
buildToolsVersion '27.0.3'
66

77
defaultConfig {
88
applicationId "mkg20001.net.samremote"
@@ -34,8 +34,8 @@ dependencies {
3434
})
3535
compile project(':samremotecommon')
3636
//wearApp project(':wear')
37-
compile 'com.android.support:appcompat-v7:27.0.2'
38-
compile 'com.android.support:design:27.0.2'
39-
compile 'com.android.support:multidex:1.0.2'
37+
compile 'com.android.support:appcompat-v7:27.1.1'
38+
compile 'com.android.support:design:27.1.1'
39+
compile 'com.android.support:multidex:1.0.3'
4040
testCompile 'junit:junit:4.12'
4141
}

samremotecommon/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 27
5-
buildToolsVersion '26.0.2'
5+
buildToolsVersion '27.0.3'
66

77
defaultConfig {
88
minSdkVersion 21
@@ -32,6 +32,6 @@ dependencies {
3232
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
3333
exclude group: 'com.android.support', module: 'support-annotations'
3434
})
35-
compile 'com.android.support:appcompat-v7:27.0.2'
35+
compile 'com.android.support:appcompat-v7:27.1.1'
3636
testCompile 'junit:junit:4.12'
3737
}

wear/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 27
5-
buildToolsVersion '26.0.2'
5+
buildToolsVersion '27.0.3'
66

77
defaultConfig {
88
applicationId "mkg20001.net.samremote"
@@ -33,8 +33,8 @@ dependencies {
3333
exclude group: 'com.android.support', module: 'support-annotations'
3434
})
3535
compile project(':samremotecommon')
36-
compile 'com.android.support:appcompat-v7:27.0.2'
37-
compile 'com.android.support:design:27.0.2'
38-
compile 'com.android.support:multidex:1.0.2'
36+
compile 'com.android.support:appcompat-v7:27.1.1'
37+
compile 'com.android.support:design:27.1.1'
38+
compile 'com.android.support:multidex:1.0.3'
3939
testCompile 'junit:junit:4.12'
4040
}

0 commit comments

Comments
 (0)