Skip to content

Commit 7fae5d9

Browse files
committed
update version
1 parent 9113424 commit 7fae5d9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ allprojects {
2727
2828
// module build.gradle
2929
dependencies {
30-
compile 'com.github.ChillingVan:AndroidInstantVideo:v1.0.2.1'
30+
compile 'com.github.ChillingVan:AndroidInstantVideo:v1.0.3.0'
3131
}
3232
```
3333

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ allprojects {
2929
3030
// module build.gradle
3131
dependencies {
32-
compile 'com.github.ChillingVan:AndroidInstantVideo:v1.0.2.1'
32+
compile 'com.github.ChillingVan:AndroidInstantVideo:v1.0.3.0'
3333
}
3434
```
3535

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

applibs/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)