2 parents 84e2796 + 9e68e21 commit 945681dCopy full SHA for 945681d
2 files changed
.github/workflows/build.yml
@@ -3,12 +3,12 @@ name: Build & Test
3
on:
4
push:
5
branches:
6
- - main
+ - master
7
- develop
8
- 'feature/**'
9
pull_request:
10
11
12
13
14
jobs:
gradle.properties
@@ -0,0 +1,6 @@
1
+# Project-wide Gradle settings.
2
+
+# AndroidX package structure to make it clearer which packages are bundled with the
+# Android operating system versus which are packaged with your app's APK
+# https://developer.android.com/jetpack/androidx
+android.useAndroidX=true
0 commit comments