Skip to content

Commit

Permalink
update: sample
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulasri committed Sep 17, 2020
1 parent 53867f5 commit a5eb2f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Built application files
*.apk
*.ap_
*.aab

# Files for the ART/Dalvik VM
*.dex
Expand All @@ -12,6 +13,7 @@
bin/
gen/
out/
sample/release/

# Gradle files
.gradle/
Expand Down
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 4
versionCode 5
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
1 change: 0 additions & 1 deletion sample/release/output.json

This file was deleted.

0 comments on commit a5eb2f7

Please sign in to comment.