modified example accordingto latest version of irext-core
This commit is contained in:
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion "26.0.0"
|
||||
buildToolsVersion '26.0.2'
|
||||
defaultConfig {
|
||||
applicationId "net.irext.pi3sr"
|
||||
minSdkVersion 25
|
||||
@@ -21,6 +21,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
provided 'com.google.android.things:androidthings:0.5.1-devpreview'
|
||||
compile 'com.android.support:appcompat-v7:26.+'
|
||||
compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user