Skip to content

Commit 65fe20a

Browse files
committed
Prepare for next version
1 parent e0c8599 commit 65fe20a

28 files changed

+1057
-550
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# SPDX-FileCopyrightText: 2021, microG Project Team
2+
# SPDX-License-Identifier: CC0-1.0
3+
4+
name: Build
5+
on: [pull_request, push]
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
with:
12+
fetch-depth: 0
13+
- run: ./gradlew --no-daemon build
14+
env:
15+
TERM: dumb
16+
JAVA_OPTS: -Xmx2048m

.github/workflows/reuse.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SPDX-FileCopyrightText: 2021, microG Project Team
2+
# SPDX-License-Identifier: CC0-1.0
3+
4+
name: REUSE Compliance Check
5+
on: [pull_request, push]
6+
jobs:
7+
test:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: fsfe/reuse-action@v1

.gitignore

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
gen/
2-
.idea/
3-
out/
1+
# SPDX-FileCopyrightText: 2013, microG Project Team
2+
# SPDX-License-Identifier: CC0-1.0
3+
44
*.iml
5+
gen/
6+
bin/
57
build/
6-
*.apk
7-
.gradle/
88
user.gradle
9+
.gradle/
910
local.properties
11+
.idea/
12+
BuildConfig.java

.gitmodules

Whitespace-only changes.

.reuse/dep5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
3+
Files: src/main/res/mipmap-*/*.png
4+
Copyright: 2015 microG Project Team
5+
License: CC-BY-3.0

.travis.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

Android.mk

Lines changed: 0 additions & 26 deletions
This file was deleted.

LICENSE

Lines changed: 0 additions & 177 deletions
This file was deleted.

0 commit comments

Comments
 (0)