Skip to content

Commit 30415d9

Browse files
committed
Many UI and functional changes
1 parent 9bf9eee commit 30415d9

File tree

75 files changed

+2621
-1999
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+2621
-1999
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- checkout
1111
- restore_cache:
12-
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
12+
key: jars-{{ checksum "build.gradle.kts" }}-{{ checksum "app/build.gradle.kts" }}
1313
# - run:
1414
# name: Chmod permissions #if permission for Gradlew Dependencies fail, use this.
1515
# command: sudo chmod +x ./gradlew
@@ -19,7 +19,7 @@ jobs:
1919
- save_cache:
2020
paths:
2121
- ~/.gradle
22-
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
22+
key: jars-{{ checksum "build.gradle.kts" }}-{{ checksum "app/build.gradle.kts" }}
2323
- run:
2424
name: Run Tests
2525
command: ./gradlew lint test

app/build.gradle

-237
This file was deleted.

0 commit comments

Comments
 (0)