Skip to content

Commit

Permalink
Bumped example version and version code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Mols committed Mar 15, 2017
1 parent 845731f commit 965c07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
applicationId "com.jmolsmobile.landscapevideocapture_sample"
minSdkVersion 10
targetSdkVersion 22
versionCode 16
versionName "1.2.3"
versionCode 17
versionName "1.3.0"
}
buildTypes {
release {
Expand Down
3 changes: 0 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 22
versionCode 1
versionName "1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit 965c07e

Please sign in to comment.