Skip to content

Commit

Permalink
fix .gitignore, ready for release 2.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
alsd4git committed Apr 22, 2020
1 parent dd5a504 commit d556bdd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ google-services.json
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Thumbs.db

app/release/*
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
targetSdkVersion 25
//before setting sdk 26+ we have to fix notification too

versionCode 98
versionName "2.0.28"
versionCode 99
versionName "2.0.29"
multiDexEnabled true
archivesBaseName = "$applicationId-$versionName"+"-"+getDate()

Expand Down
1 change: 0 additions & 1 deletion app/release/output.json

This file was deleted.

0 comments on commit d556bdd

Please sign in to comment.