Skip to content

Commit

Permalink
bumped the library version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehedi authored and iamMehedi committed Oct 21, 2016
1 parent f505d3a commit b7c813b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
applicationId "devliving.online.mvbarcodereadersample"
minSdkVersion 10
targetSdkVersion 24
versionCode 1
versionCode 2
versionName "1.0"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions mvbarcodereader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: "com.jfrog.bintray"

version = "0.1.1"
version = "1.0.0"

android {
compileSdkVersion 24
Expand All @@ -11,7 +11,7 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 24
versionCode 2
versionCode 3
versionName version
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="fill_parent"
android:layout_height="match_parent"
android:id="@+id/container">

</FrameLayout>

0 comments on commit b7c813b

Please sign in to comment.