2 Commits
master ... v.2

Author SHA1 Message Date
Ryan Welton
4c6a404aea Add bin/ to gitignore and start using tags/releases 2016-01-26 10:18:42 -05:00
Ryan Welton
42edde1359 Update build version 2016-01-26 10:18:42 -05:00
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
*.iml
/bin/
app/build/
app/src/main/bin/
app/src/main/gen/

View File

@@ -7,8 +7,8 @@ android {
applicationId 'just.trust.me'
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName '1.0'
versionCode 2
versionName '.2'
}
buildTypes {

Binary file not shown.