Skip to content

Commit 0bc134b

Browse files
committed
Add missing gradle wrapper jar file; add circle ci build file
1 parent 6f2a480 commit 0bc134b

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2.1
2+
3+
orbs:
4+
android: circleci/android@0.2.0
5+
6+
jobs:
7+
build:
8+
executor: android/android
9+
10+
steps:
11+
- checkout
12+
- run:
13+
command: ./gradlew build

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ fabric.properties
176176

177177
# Package Files #
178178
*.jar
179+
!gradle/wrapper/gradle-wrapper.jar
179180
*.war
180181
*.nar
181182
*.ear

gradle/wrapper/gradle-wrapper.jar

57.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)