Skip to content

Commit

Permalink
UPDATE: sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulasri committed Mar 29, 2018
1 parent 144b07a commit 5773ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
applicationId "com.vipulasri.ticketview.sample"
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode 2
versionCode 3
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion sample/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1},"path":"sample-release.apk","properties":{"packageId":"com.vipulasri.ticketview.sample","split":"","minSdkVersion":"15"}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":3,"versionName":"1.0","enabled":true,"outputFile":"sample-release.apk","fullName":"release","baseName":"release"},"path":"sample-release.apk","properties":{}}]

0 comments on commit 5773ab2

Please sign in to comment.