modified example accordingto latest version of irext-core

This commit is contained in:
2017-12-03 16:45:37 +08:00
parent b4e25a9967
commit e86bede45f
48 changed files with 2479 additions and 349 deletions

View File

@@ -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'
}