mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Use a gradient at the bottom of the cover. Remove external repositories from gradle
This commit is contained in:
parent
59cc87c583
commit
b174adbab0
7 changed files with 60 additions and 40 deletions
|
@ -6,9 +6,9 @@ version = '3.4.1'
|
|||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: '*.jar')
|
||||
compile "com.android.support:support-annotations:23.1.1"
|
||||
compile 'rapid.decoder:library:0.3.0'
|
||||
compile 'rapid.decoder:jpeg-decoder:0.3.0'
|
||||
compile 'rapid.decoder:png-decoder:0.3.0'
|
||||
compile 'com.github.suckgamony.RapidDecoder:library:7cdfca4'
|
||||
compile 'com.github.suckgamony.RapidDecoder:jpeg-decoder:7cdfca4'
|
||||
compile 'com.github.suckgamony.RapidDecoder:png-decoder:7cdfca4'
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue