We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782e818 commit 28c6bf8Copy full SHA for 28c6bf8
.github/workflows/ci.yaml
@@ -35,14 +35,11 @@ jobs:
35
- name: Install google-play-services artifact
36
shell: bash
37
run: |
38
- mvn -v
39
- mvn wrapper:wrapper -Dmaven=3.8.7
40
mkdir play-services
41
cd play-services
42
curl --output play-services-basement-8.3.0.aar https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-basement/8.3.0/play-services-basement-8.3.0.aar
43
unzip play-services-basement-8.3.0.aar
44
- ../mvnw.cmd -v
45
- ../mvnw.cmd install:install-file \
+ mvn install:install-file \
46
-Dfile=classes.jar \
47
-DgroupId=com.google.android.google-play-services \
48
-DartifactId=google-play-services \
0 commit comments