Skip to content

Commit

Permalink
increase version code / name
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Feb 25, 2020
1 parent 3ac380b commit 9729a0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions VideoCore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.targetSdkVersion
versionCode 5
versionName "5.0"
versionCode 6
versionName "6.0"
externalNativeBuild {
cmake {
cppFlags "-std=c++17"
Expand Down
4 changes: 2 additions & 2 deletions VideoExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "constantin.video.example"
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.targetSdkVersion
versionCode rootProject.versionCode
versionName rootProject.versionName
versionCode 6
versionName "6.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ allprojects {
materialVersion = '1.1.0-alpha10'
constraintlayoutVersion='1.1.3'
androidxpreferenceVersion='1.1.0'
//use same version codes for core and example
versionCode=5
versionName="5.0"
}
}

Expand Down

0 comments on commit 9729a0a

Please sign in to comment.