Skip to content

Commit 75a6f62

Browse files
committed
version_name
1 parent f8933f3 commit 75a6f62

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

VideoOS/app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ android {
2121

2222
dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
24-
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
25-
exclude group: 'com.android.support', module: 'support-annotations'
26-
})
2724
compile 'com.android.support:appcompat-v7:25.+'
2825
compile 'com.android.support.constraint:constraint-layout:1.1.0'
2926
testCompile 'junit:junit:4.12'
27+
androidTestCompile 'com.android.support.test:runner:1.0.2'
28+
androidTestCompile 'com.android.support.test.espresso:espresso-core:3.0.2'
3029
// compile project(path: ':app_demo')
3130
}

VideoOS/app_demo/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ dependencies {
7272
compile "com.github.bumptech.glide:glide:3.7.0"
7373
compile "com.squareup.okhttp3:okhttp:3.4.1"
7474
compile "com.squareup.okio:okio:1.12.0"
75+
compile "com.videoli:venvy_glide:1.0.4"
7576
compile project(':venvy_pub')
7677
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.6.2'
7778
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.2'

VideoOS/venvy_pub/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
arguments = [moduleName: project.getName()]
1212
}
1313
}
14-
buildConfigField "String", "SDK_VERSION", project.hasProperty('OS_VERSION') ? OS_VERSION : "\"3.0.0\""
14+
buildConfigField "String", "SDK_VERSION", "\"${VERSION_NAME}\""
1515
buildConfigField "boolean", "ReportAble", "true"
1616
}
1717

0 commit comments

Comments
 (0)