Skip to content

Commit 023eb17

Browse files
committed
Some misc setting changes to have build rolling more smoothly
1 parent b35924f commit 023eb17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Android/.idea/misc.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.

Android/wear/build.gradle

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

33

44
android {
5-
compileSdkVersion 25
5+
compileSdkVersion 27
66
buildToolsVersion "28.0.3"
77

88
defaultConfig {
99
applicationId "fi.iki.murgo.irssinotifier"
1010
minSdkVersion 21
11-
targetSdkVersion 25
11+
targetSdkVersion 27
1212
versionCode 1
1313
versionName "1.0"
1414
}

0 commit comments

Comments
 (0)