File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v2
18- - uses : actions/setup-java@v1
17+ - uses : actions/checkout@v3
18+ - uses : actions/setup-java@v3
1919 with :
2020 java-version : 11
2121 - run : ./gradlew clean && ./gradlew assembleDebug
22- - uses : actions/upload-artifact@v2
22+ - uses : actions/upload-artifact@v3
2323 with :
2424 name : app-debug.apk
2525 path : app/build/outputs/apk/debug/app-debug.apk
Original file line number Diff line number Diff line change 66- Fixed missing monochrome icon (for Android 13 themed icons)
77- Changed to non-breaking space in height multiplier display
88- Moved package from Android manifest to build files
9+ - Upgraded GitHub Actions to Node.js 16
910
1011
1112## [ v1.2.0] (53) Keyboard height adjustment (2023-04-15)
You can’t perform that action at this time.
0 commit comments