Skip to content

Commit

Permalink
add new version
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyMuse committed Aug 7, 2021
1 parent bde2f4b commit be6c191
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ buildscript {
minVersion = 21

//updatable
verCode = 2
verName = "1.1.0"
verCode = 3
verName = "1.1.1"

testRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### Detailed release
- Aurora now provides images for the books
- Aurora now shows only the urls which has downloads for books
- Bug fixes and optimizations

### Roadmap:
- Make downloads without the need to visit the url
- Detect if libgen can't be reached and add information screen about that
- Make sure you'll be able to change the libgen url
- Detect if you're not on a VPN when downloading and/or in general

0 comments on commit be6c191

Please sign in to comment.