Skip to content
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

Update to gradle version 8.2.2 #1884

Closed
wants to merge 82 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
31dc161
Remove package from manifest and put in build.gradle
JulianKast Feb 7, 2024
79b0f79
Update gradle version to 8.2.2
JulianKast Feb 7, 2024
eeea601
Set new gradle properties
JulianKast Feb 7, 2024
5df8637
update maven plugin
JulianKast Feb 7, 2024
b1225b3
Update api level and java version for github ci test
JulianKast Feb 7, 2024
2c4a6ae
revert api level in andorid yml for ci
JulianKast Feb 7, 2024
685fc31
test ci check with api 34 adding target: [google_apis]
JulianKast Feb 7, 2024
677ebaf
remove brackets
JulianKast Feb 7, 2024
df8c49c
add arch: x86_64 to yml
JulianKast Feb 7, 2024
c1eb6de
test removing target: google_apis from yml
JulianKast Feb 7, 2024
fa4c739
testing arm
JulianKast Feb 7, 2024
91291fb
swap ARM for arm64-v8a
JulianKast Feb 7, 2024
1529305
try arm mac
JulianKast Feb 7, 2024
c70efa5
try macos-14
JulianKast Feb 7, 2024
e54ef72
remove arch to try on m1
JulianKast Feb 7, 2024
5dcff6a
Try arch: x86_64
JulianKast Feb 7, 2024
c23a385
try aarch64
JulianKast Feb 7, 2024
281d039
try canary channel
JulianKast Feb 7, 2024
843e23b
revert back to api level 29
JulianKast Feb 7, 2024
f45c3c1
Add build feature to gradle, AGP upgrade assistant recommends adding …
JulianKast Feb 8, 2024
e92f080
revert formatting change os to OS
JulianKast Feb 8, 2024
652b227
CI try api 33 with arch x86_64
JulianKast Feb 8, 2024
0da90bc
try mack os 13
JulianKast Feb 8, 2024
9accd57
add target google apis
JulianKast Feb 8, 2024
31df7f3
try with api 29 again
JulianKast Feb 8, 2024
563f063
remove arch type
JulianKast Feb 8, 2024
0ae6f3e
revert to mac os latest
JulianKast Feb 8, 2024
dd1e9b7
Update ReactiveCircus and api level
JulianKast Feb 8, 2024
d6d213a
add arch
JulianKast Feb 8, 2024
39295f5
try with api 33
JulianKast Feb 8, 2024
ab6d25a
ignore wifi socket test
JulianKast Feb 8, 2024
96d7748
Testing
JulianKast Feb 8, 2024
def20f3
test state_listen
JulianKast Feb 8, 2024
84fe609
Set api level back to 34, fix Bluetooth state test
JulianKast Feb 9, 2024
7fa2f67
Add target google api, remove logs, update unit test imports
JulianKast Feb 9, 2024
dfd10ba
Testing update sdk version for unit test,
JulianKast Feb 9, 2024
6af968d
test to find version code
JulianKast Feb 9, 2024
6dabf34
Add targetSDK version to test manifest
JulianKast Feb 9, 2024
c6b68a0
Change version code back after modifying for unit test in AudioStream…
JulianKast Feb 9, 2024
8539389
Revert bluetooth unit test change for troubleshooting
JulianKast Feb 9, 2024
8d759d0
Ignore AudioStreammanager test
JulianKast Feb 9, 2024
24b4d00
Update sleep calls
JulianKast Feb 9, 2024
f5f86fb
Fix AudioStreamManagerTest
JulianKast Feb 9, 2024
d8898d2
Revert losing for testing state transitions
JulianKast Feb 9, 2024
9eb79bf
Add dummy test to see if device is considered and emulator for ci ch…
JulianKast Feb 9, 2024
6a7346b
Fix added unit test
JulianKast Feb 9, 2024
b977bf5
Testing DeviceUtil.isEmulator()
JulianKast Feb 9, 2024
ac2fd42
Update device util check for unit test
JulianKast Feb 9, 2024
ec1976e
Increase sleep timers for unit test
JulianKast Feb 10, 2024
fb15340
Remove added logic for api check
JulianKast Feb 10, 2024
a145723
Ignore failing test
JulianKast Feb 10, 2024
6a50372
update sleep calls for unit test
JulianKast Feb 10, 2024
4267461
clean up, and make uniform
JulianKast Feb 10, 2024
506012c
Fix testing stateTransition
JulianKast Feb 12, 2024
e193237
Remove white space
JulianKast Feb 12, 2024
df454f2
Remove unused imports
JulianKast Feb 12, 2024
a0a516f
Remove ignore for failing transportManager test
JulianKast Feb 12, 2024
5e65642
remove whitespace
JulianKast Feb 12, 2024
1c9cf75
remove unused import
JulianKast Feb 12, 2024
c39b880
Add TestSdlReceiver and permission to unit test AndroidManifest to pa…
JulianKast Feb 12, 2024
574c464
Update comment
JulianKast Feb 12, 2024
6786336
fix wifiSocketFactoryTest
JulianKast Feb 12, 2024
14bece1
test beefing up emulator
JulianKast Feb 12, 2024
b4b7485
Remove updating cpu cores for ci
JulianKast Feb 12, 2024
a799873
use mac os 13 for ci
JulianKast Feb 12, 2024
1b81ab0
mac os 13, cores 4
JulianKast Feb 12, 2024
7b185c9
Gran. BLUETOOTH_CONNECT for MediaStreamingStatusTests
JulianKast Feb 12, 2024
fb9827f
Add sleep call to LockScreenDeviceIconManagerTests to give more time …
JulianKast Feb 12, 2024
19856ff
Add BluetoothConnect permission to TransportManagerTests
JulianKast Feb 12, 2024
8de2a1e
Revert giving emulator 4 cores
JulianKast Feb 12, 2024
66240cb
Retry arm emulator
JulianKast Feb 12, 2024
0301156
set avd name for ci actions
JulianKast Feb 12, 2024
a2c898b
setting channel: canary for avd ci actions
JulianKast Feb 12, 2024
6a34029
add more emulator options
JulianKast Feb 12, 2024
b39c355
Try known good m1 mac runner
JulianKast Feb 12, 2024
0d41d27
Revert back to not using arm
JulianKast Feb 12, 2024
22fd587
Beef up emulator
JulianKast Feb 13, 2024
f58888a
For transportBrokerTest
JulianKast Feb 13, 2024
67be5ca
Ignore transportbroker test
JulianKast Feb 13, 2024
1eaf6aa
Remove whitespace
JulianKast Feb 13, 2024
0b0f350
only grant permission for unit test if we are on a device that needs it
JulianKast Feb 13, 2024
80dcfa6
Fix permission rules to only apply at api level or above that it is n…
JulianKast Feb 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update api level and java version for github ci test
JulianKast committed Feb 7, 2024
commit b1225b340b93a55da1b4aa7156fcc3ad5685fae9
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -15,13 +15,13 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

- name: Sdl Android Tests
# For more info, please check out: https://github.com/marketplace/actions/android-emulator-runner
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
api-level: 34
script: ./android/gradlew -p ./android :sdl_android:connectedCheck

- name: Hello Sdl Android Tests