Skip to content

Commit

Permalink
Add local properties
Browse files Browse the repository at this point in the history
  • Loading branch information
qb-stavro committed Aug 27, 2021
1 parent 13e3612 commit 498e2af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
with:
java-version: 1.8

- name: Build Project
run: ./gradlew test

- name: Build Project
run: ./gradlew assemble

- name: Run Tests
run: ./gradlew test

- name: Ktlint
run: ./gradlew ktlintFormat
7 changes: 7 additions & 0 deletions local.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Tue Mar 17 18:59:03 CET 2020

0 comments on commit 498e2af

Please sign in to comment.