-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated to AGP 8.2.2 #397
Updated to AGP 8.2.2 #397
Conversation
ed8645f
to
9ff20b7
Compare
@@ -10,7 +10,7 @@ | |||
# When configured, Gradle will run in incubating parallel mode. | |||
# This option should only be used with decoupled projects. More details, visit | |||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects | |||
org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=512M | |||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copied from Appyx after Github Actions decided it doesn't like MaxPermSize
70ce20b
to
8eb3501
Compare
matrix: | ||
api-level: [22,25,29] | ||
name: Instrumentation tests [API=${{ matrix.api-level }}] | ||
name: Instrumentation tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copied from Appyx configuration as the previous RIBs setup was not working (and is very old)
8eb3501
to
83f3910
Compare
f7e65da
to
0afb644
Compare
0afb644
to
98329e3
Compare
67bcdd2
to
9393b8c
Compare
c0ac147
to
0a9dedb
Compare
57b1fc6
to
afdc809
Compare
.github/workflows/ci.yml
Outdated
java-version: '17' | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3 | ||
- uses: actions/cache@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove cache
step for Gradle, it is already set in gradle/actions/setup-gradle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. will do!
.github/workflows/ci.yml
Outdated
java-version: '17' | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3 | ||
- uses: actions/cache@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
gradle/gradle-mvn-push.gradle
Outdated
developer { | ||
id.set("badoo") | ||
name.set("Badoo Trading Limited") | ||
email.set("[email protected]") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove email? Looks like we did not have it before.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
weird. I swear I copied it from somewhere. will remove
Description: