File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 99 name : Base Checks
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
13- - uses : actions/setup-java@v3
12+ - uses : actions/checkout@v4
13+ - uses : actions/setup-java@v4
1414 with :
1515 java-version : 17
1616 distribution : temurin
2121 name : Unit Tests
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v3
25- - uses : actions/setup-java@v3
24+ - uses : actions/checkout@v4
25+ - uses : actions/setup-java@v4
2626 with :
2727 java-version : 17
2828 distribution : temurin
@@ -33,11 +33,11 @@ jobs:
3333 name : Build APK
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v4
3737 with :
3838 # required for telegram notifications on PRs
3939 fetch-depth : 0
40- - uses : actions/setup-java@v3
40+ - uses : actions/setup-java@v4
4141 with :
4242 java-version : 17
4343 distribution : temurin
5151 - name : Execute APK build
5252 run : ./gradlew app:assembleDebug --stacktrace
5353
54- - uses : actions/upload-artifact@v3
54+ - uses : actions/upload-artifact@v4
5555 with :
5656 name : apk-files
5757 path : app/build/outputs/apk/**/*.apk
Original file line number Diff line number Diff line change 11# KodeEditor [ ![ codebeat badge] ( https://codebeat.co/badges/f7fa8602-1d15-457e-904d-cb585e984952 )] ( https://codebeat.co/projects/github-com-markusressel-kodeeditor-master )
22A simple code editor with syntax highlighting and pinch to zoom
33
4- ![ Editing] ( https://thumbs.gfycat.com/TalkativeGrandIchthyosaurs-size_restricted.gif )
5- ![ Scroll and zoom] ( https://thumbs.gfycat.com/BouncyLividBlackbear-size_restricted.gif )
6- ![ Minimap] ( https://thumbs.gfycat.com/VigorousDimFrog-size_restricted.gif )
4+ ![ Editing] ( screenshot/KodeEditor.png )
75
86# Features
97* [x] Pinch-To-Zoom
You can’t perform that action at this time.
0 commit comments