Skip to content

Commit 5ff9a56

Browse files
authored
Update to main branch (#26)
1 parent db8bb52 commit 5ff9a56

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: "Validate Gradle Wrapper"
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags:
88
- '*'
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212

1313
jobs:
1414
validation:

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags:
88
- '*'
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212

1313
env:
1414
CI: "true"

.github/workflows/ui-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags:
88
- '*'
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212

1313
env:
1414
CI: "true"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# layercache ![CI](https://github.com/appmattus/layercache/workflows/CI/badge.svg?branch=master) [![codecov](https://codecov.io/gh/appmattus/layercache/branch/master/graph/badge.svg)](https://codecov.io/gh/appmattus/layercache)
1+
# layercache ![CI](https://github.com/appmattus/layercache/workflows/CI/badge.svg?branch=main) [![codecov](https://codecov.io/gh/appmattus/layercache/branch/main/graph/badge.svg)](https://codecov.io/gh/appmattus/layercache)
22

33
Caching made simple for Android and Kotlin.
44

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dokka {
7979

8080
sourceLink {
8181
path = "$rootDir"
82-
url = "https://github.com/appmattus/layercache/blob/master/"
82+
url = "https://github.com/appmattus/layercache/blob/main/"
8383
lineSuffix = "#L"
8484
}
8585
}

dokka-android.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dokka {
2727

2828
sourceLink {
2929
path = "$rootDir"
30-
url = "https://github.com/appmattus/layercache/blob/master/"
30+
url = "https://github.com/appmattus/layercache/blob/main/"
3131
lineSuffix = "#L"
3232
}
3333
}

dokka.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dokka {
2727

2828
sourceLink {
2929
path = "$rootDir"
30-
url = "https://github.com/appmattus/layercache/blob/master/"
30+
url = "https://github.com/appmattus/layercache/blob/main/"
3131
lineSuffix = "#L"
3232
}
3333
}

0 commit comments

Comments
 (0)