File tree Expand file tree Collapse file tree 3 files changed +2
-17
lines changed
examples/agdk-mainloop/.idea Expand file tree Collapse file tree 3 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 build :
15- runs-on : ubuntu-latest
15+ runs-on : ubuntu-22.04
1616 strategy :
1717 fail-fast : false
1818 matrix :
4040 # currently requires this crate to be buildable with 1.64
4141 run : cargo install cargo-ndk --version "^2"
4242
43- - name : Setup Java
44- uses : actions/setup-java@v3
45- with :
46- distribution : ' temurin'
47- java-version : ' 17'
48-
49- - name : Setup Android SDK
50- uses : android-actions/setup-android@v2
51-
5243 - name : Build game-activity
5344 working-directory : android-activity
5445 run : >
Original file line number Diff line number Diff line change 11[package ]
22name = " android-activity"
3- version = " 0.4.3 "
3+ version = " 0.5.0-beta.0 "
44edition = " 2021"
55keywords = [" android" , " ndk" ]
66readme = " ../README.md"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments