File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ allprojects {
27
27
28
28
// module build.gradle
29
29
dependencies {
30
- compile 'com.github.ChillingVan:AndroidInstantVideo:v1.0.2.1 '
30
+ compile 'com.github.ChillingVan:AndroidInstantVideo:v1.0.3.0 '
31
31
}
32
32
```
33
33
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ allprojects {
29
29
30
30
// module build.gradle
31
31
dependencies {
32
- compile 'com.github.ChillingVan:AndroidInstantVideo:v1.0.2.1 '
32
+ compile 'com.github.ChillingVan:AndroidInstantVideo:v1.0.3.0 '
33
33
}
34
34
```
35
35
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ android {
27
27
applicationId " com.chillingvan.instantvideo.sample"
28
28
minSdkVersion 18
29
29
targetSdkVersion 27
30
- versionCode 1
31
- versionName " 1.0"
30
+ versionCode 2
31
+ versionName " 1.0.3 "
32
32
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
33
33
externalNativeBuild {
34
34
cmake {
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ android {
29
29
defaultConfig {
30
30
minSdkVersion 18
31
31
targetSdkVersion 27
32
- versionCode 100021
33
- versionName " 1.0.2.1 "
32
+ versionCode 100030
33
+ versionName " 1.0.3.0 "
34
34
35
35
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
36
36
You can’t perform that action at this time.
0 commit comments