+ Permissions manager

+ Networking implementation
+ Design for the ArtistsListActivity
- Search icon on the Actionbar (replaced with an EditText)
This commit is contained in:
HAKO-PC\Hako
2017-12-30 12:20:44 -03:00
parent 3229945c4c
commit 231fe6e412
15 changed files with 201 additions and 64 deletions

View File

@@ -30,8 +30,8 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
compile 'com.github.shaz-tech:EasyRuntimePermission:1.0'
compile 'pro.oncreate.easynet:easynet:1.3.0'
compile group: 'com.google.code.gson', name: 'gson', version: '2.7'
compile 'com.android.support:design:26.1.0'
compile 'com.anthonycr.grant:permissions:1.0'
implementation 'com.squareup.okhttp3:okhttp:3.9.1'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.2'
}