Skip to content

Commit 89a2346

Browse files
committed
update metadata for test app
1 parent fd3e81c commit 89a2346

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

test-app/app/build.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ model {
3333
}
3434

3535
dependencies {
36-
compile project(':runtime')
37-
compile project(':binding-generator')
38-
compile fileTree(dir: 'libs', include: ['*.jar'])
39-
testCompile 'junit:junit:4.12'
40-
compile 'com.android.support:appcompat-v7:23.3.0'
36+
compile project(':runtime')
37+
compile project(':binding-generator')
38+
compile fileTree(include: ['*.jar'], dir: 'libs')
39+
testCompile 'junit:junit:4.12'
40+
compile 'com.android.support:appcompat-v7:23.3.0'
41+
compile 'com.android.support:support-v4:23.4.0'
4142
}
4243

4344
task deleteDist (type: Delete) {
3.32 KB
Binary file not shown.
77.5 KB
Binary file not shown.
102 KB
Binary file not shown.

0 commit comments

Comments
 (0)