Skip to content

Commit

Permalink
change version code
Browse files Browse the repository at this point in the history
  • Loading branch information
di57mec committed Sep 19, 2019
1 parent d6b1849 commit 16fd457
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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 1
versionName "1.0"
versionCode 3
versionName "1.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -50,8 +50,6 @@ dependencies {
implementation project(path: ':VideoCore')
implementation "androidx.core:core-ktx:1.1.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"


}

apply plugin: 'com.google.gms.google-services'
Expand Down

0 comments on commit 16fd457

Please sign in to comment.