Skip to content

Commit e384aaf

Browse files
committed
chore: Update all the things
1 parent 595a585 commit e384aaf

File tree

10 files changed

+33
-101
lines changed

10 files changed

+33
-101
lines changed
0 Bytes
Binary file not shown.

.idea/encodings.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/misc.xml

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

.idea/vcs.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
google()
1010
}
1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:3.1.1'
12+
classpath 'com.android.tools.build:gradle:3.2.1'
1313

1414
// NOTE: Do not place your application dependencies here; they belong
1515
// 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 Apr 22 16:58:45 CEST 2018
1+
#Tue Nov 06 19:18:12 CET 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.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

mobile/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 27
5-
buildToolsVersion '27.0.3'
4+
compileSdkVersion 28
5+
buildToolsVersion '28.0.3'
66

77
defaultConfig {
88
applicationId "mkg20001.net.samremote"
99
minSdkVersion 21
10-
targetSdkVersion 27
10+
targetSdkVersion 28
1111
versionCode 1
1212
versionName "1.0"
1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -34,8 +34,8 @@ dependencies {
3434
})
3535
compile project(':samremotecommon')
3636
//wearApp project(':wear')
37-
compile 'com.android.support:appcompat-v7:27.1.1'
38-
compile 'com.android.support:design:27.1.1'
37+
compile 'com.android.support:appcompat-v7:28.0.0'
38+
compile 'com.android.support:design:28.0.0'
3939
compile 'com.android.support:multidex:1.0.3'
4040
testCompile 'junit:junit:4.12'
4141
}

nodestyle

samremotecommon/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 27
5-
buildToolsVersion '27.0.3'
4+
compileSdkVersion 28
5+
buildToolsVersion '28.0.3'
66

77
defaultConfig {
88
minSdkVersion 21
9-
targetSdkVersion 27
9+
targetSdkVersion 28
1010
versionCode 1
1111
versionName "1.0"
1212

@@ -29,9 +29,9 @@ android {
2929

3030
dependencies {
3131
compile project(":nodestyle")
32-
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
32+
androidTestApi('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.1.1'
35+
runtimeOnly 'com.android.support:appcompat-v7:28.0.0'
3636
testCompile 'junit:junit:4.12'
3737
}

wear/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 27
5-
buildToolsVersion '27.0.3'
4+
compileSdkVersion 28
5+
buildToolsVersion '28.0.3'
66

77
defaultConfig {
88
applicationId "mkg20001.net.samremote"
99
minSdkVersion 25
10-
targetSdkVersion 27
10+
targetSdkVersion 28
1111
versionCode 1
1212
versionName "1.0"
1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -32,9 +32,9 @@ 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 project(':samremotecommon')
36-
compile 'com.android.support:appcompat-v7:27.1.1'
37-
compile 'com.android.support:design:27.1.1'
35+
runtimeOnly project(':samremotecommon')
36+
compile 'com.android.support:appcompat-v7:28.0.0'
37+
compile 'com.android.support:design:28.0.0'
3838
compile 'com.android.support:multidex:1.0.3'
3939
testCompile 'junit:junit:4.12'
4040
}

0 commit comments

Comments
 (0)