We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b87bc commit d3ede1dCopy full SHA for d3ede1d
app/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'com.android.application'
4
compileSdkVersion = 27
5
6
//To see what is the latest: http://developer.android.com/tools/revisions/build-tools.html
7
- buildToolsVersion = "27.0.1" //"22.0.1"
+ buildToolsVersion = "27.0.3" //"22.0.1"
8
9
defaultConfig {
10
applicationId = "com.philolog.hoplitekeyboard"
@@ -87,8 +87,8 @@ apply plugin: 'com.android.application'
87
*/
88
89
dependencies {
90
- compile 'com.android.support:support-v4:26.1.0'
91
- compile 'com.android.support:appcompat-v7:26.1.0'
+ compile 'com.android.support:support-v4:27.0.2'
+ compile 'com.android.support:appcompat-v7:27.0.2'
92
}
93
94
// Specifies the location of the top level CMakeLists.txt
0 commit comments