Skip to content

Commit 259d3dd

Browse files
Dion SegijnDanielMartinus
authored andcommitted
Change references to main
1 parent 60ce38c commit 259d3dd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ konfettiView.setOnClickListener(new View.OnClickListener() {
7878
}
7979
});
8080
```
81-
See sample code here: https://github.com/DanielMartinus/Konfetti/blob/master/demo-simple-java/src/main/java/nl/dionsegijn/simple_demo/MainActivity.java
81+
See sample code here: https://github.com/DanielMartinus/Konfetti/blob/main/demo-simple-java/src/main/java/nl/dionsegijn/simple_demo/MainActivity.java
8282

8383
### Custom shapes
8484

@@ -164,4 +164,4 @@ In line with the previous contribute section there are some already known issues
164164

165165
## License
166166

167-
Konfetti is released under the ISC license. See [LICENSE](https://github.com/DanielMartinus/Konfetti/blob/master/LICENSE) for details.
167+
Konfetti is released under the ISC license. See [LICENSE](https://github.com/DanielMartinus/Konfetti/blob/main/LICENSE) for details.

gradle/bintray-java-v1.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ bintray {
6262
}
6363
}
6464

65-
//from https://github.com/workarounds/bundler/blob/master/gradle/bintray-java-v1.gradle
65+
//from https://github.com/workarounds/bundler/blob/main/gradle/bintray-java-v1.gradle

konfetti/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ext {
2222
developerEmail = '[email protected]'
2323

2424
licenseName = 'ISC'
25-
licenseUrl = 'https://github.com/DanielMartinus/Konfetti/blob/master/LICENSE'
25+
licenseUrl = 'https://github.com/DanielMartinus/Konfetti/blob/main/LICENSE'
2626
allLicenses = ["ISC"]
2727
}
2828

0 commit comments

Comments
 (0)