Skip to content

Conversation

@jmatsu
Copy link
Contributor

@jmatsu jmatsu commented Jul 24, 2023

@jmatsu jmatsu marked this pull request as ready for review July 26, 2023 11:42
@jmatsu jmatsu requested a review from satsukies July 26, 2023 11:43
working_directory: ~/deploygate-android-sdk
environment:
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError" -Dorg.gradle.daemon=false'
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" -Dorg.gradle.daemon=false'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MaxPermSize is no longer valid for JVM 9 or later

dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.akaita.android:easylauncher:1.3.1'
classpath 'com.android.tools.build:gradle:7.4.2'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To use Android SDK 33


testImplementation 'androidx.test:rules:1.2.0'
testImplementation 'androidx.test:rules:1.5.0'
testImplementation 'com.google.truth:truth:1.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

truth:1.1.4 is now available. how about it updating?
see: https://truth.dev/

Suggested change
testImplementation 'com.google.truth:truth:1.0'
testImplementation 'com.google.truth:truth:1.1.4'

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@satsukies
Please make a new PR. These updates are just for Android 14 SDK and JVM changes.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jmatsu
I see. My comment was off the maintain of PR.

Copy link
Member

@satsukies satsukies left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@jmatsu
Copy link
Contributor Author

jmatsu commented Jul 27, 2023

Thank you so much!

@jmatsu jmatsu merged commit 1e4937f into master Jul 27, 2023
@jmatsu jmatsu deleted the fix/unspecified_receiver_registration branch July 27, 2023 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants