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 {
2727
2828// module build.gradle
2929dependencies {
30- compile 'com.github.ChillingVan:AndroidInstantVideo:v1.0.2.1 '
30+ compile 'com.github.ChillingVan:AndroidInstantVideo:v1.0.3.0 '
3131}
3232```
3333
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ allprojects {
2929
3030// module build.gradle
3131dependencies {
32- compile 'com.github.ChillingVan:AndroidInstantVideo:v1.0.2.1 '
32+ compile 'com.github.ChillingVan:AndroidInstantVideo:v1.0.3.0 '
3333}
3434```
3535
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ android {
2727 applicationId " com.chillingvan.instantvideo.sample"
2828 minSdkVersion 18
2929 targetSdkVersion 27
30- versionCode 1
31- versionName " 1.0"
30+ versionCode 2
31+ versionName " 1.0.3 "
3232 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
3333 externalNativeBuild {
3434 cmake {
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ android {
2929 defaultConfig {
3030 minSdkVersion 18
3131 targetSdkVersion 27
32- versionCode 100021
33- versionName " 1.0.2.1 "
32+ versionCode 100030
33+ versionName " 1.0.3.0 "
3434
3535 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
3636
You can’t perform that action at this time.
0 commit comments