File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Android CI
2+
3+ on :
4+ push :
5+ branches : [ prerelease ]
6+ pull_request :
7+ branches : [ prerelease ]
8+
9+ jobs :
10+ build :
11+
12+ runs-on : ubuntu-latest
13+
14+ steps :
15+ - uses : actions/checkout@v3
16+ - name : set up JDK 11
17+ uses : actions/setup-java@v3
18+ with :
19+ java-version : ' 11'
20+ distribution : ' temurin'
21+ cache : gradle
22+
23+ - name : Grant execute permission for gradlew
24+ run : chmod +x gradlew
25+ - name : Build with Gradle
26+ run : ./gradlew build
Original file line number Diff line number Diff line change 11# Fictie
22![ Fictie Icon] ( https://github.com/MorphTuple/Fictie/blob/trunk/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png?raw=true )
33
4+
5+ [ ![ Android CI] ( https://github.com/MorphTuple/Fictie/actions/workflows/android.yml/badge.svg )] ( https://github.com/MorphTuple/Fictie/actions/workflows/android.yml )
6+
7+
48Fictie (/ˈfɪk.si/) is an [ archiveofourown.org] ( https://archiveofourown.org ) reader for Android
59written in Kotlin.
610
@@ -12,7 +16,7 @@ agreeing to [Archive of Our Own's Terms of Service](https://archiveofourown.org/
1216
1317- [x] Search
1418- [ ] Advanced Search
15- - [ ] Bookmarking
19+ - [x ] Bookmarking
1620- [ ] Offline Reading
1721- [ ] Offline Image Asset Store
1822- [ ] Remember last scroll position
You can’t perform that action at this time.
0 commit comments