Skip to content

Commit d3ede1d

Browse files
committed
Updated support libraries to latest version for api 27.
1 parent e3b87bc commit d3ede1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'com.android.application'
44
compileSdkVersion = 27
55

66
//To see what is the latest: http://developer.android.com/tools/revisions/build-tools.html
7-
buildToolsVersion = "27.0.1" //"22.0.1"
7+
buildToolsVersion = "27.0.3" //"22.0.1"
88

99
defaultConfig {
1010
applicationId = "com.philolog.hoplitekeyboard"
@@ -87,8 +87,8 @@ apply plugin: 'com.android.application'
8787
*/
8888

8989
dependencies {
90-
compile 'com.android.support:support-v4:26.1.0'
91-
compile 'com.android.support:appcompat-v7:26.1.0'
90+
compile 'com.android.support:support-v4:27.0.2'
91+
compile 'com.android.support:appcompat-v7:27.0.2'
9292
}
9393

9494
// Specifies the location of the top level CMakeLists.txt

0 commit comments

Comments
 (0)