Skip to content

Commit

Permalink
Update gradle wrapper, add built apk directories to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoTheDank committed Jul 6, 2020
1 parent 4ad72aa commit 177e3e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ Thumbs.db
.gradle
/opacclient/.idea/*
/opacclient/**/build/
/opacclient/opacapp/foss/debug
/opacclient/opacapp/foss/release
/opacclient/opacapp/googlePlayServices/debug
/opacclient/opacapp/googlePlayServices/release

/.idea/*
*.iml
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion opacclient/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 177e3e6

Please sign in to comment.