specified ndkVersion
This commit is contained in:
parent
7ba1c63bab
commit
af17a97778
3 changed files with 2 additions and 3 deletions
|
@ -27,6 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
|
|||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
ndkVersion "21.3.6528147"
|
||||
|
||||
sourceSets {
|
||||
main.java.srcDirs += 'src/main/kotlin'
|
||||
|
|
|
@ -71,8 +71,6 @@ class LocalMusicFetcherImpl implements LocalMusicFetcher {
|
|||
final artistNames = Set<String>.from(albums.map((album) => album.artist));
|
||||
final artists = await _getFilteredArtists(artistNames);
|
||||
|
||||
assert(false);
|
||||
|
||||
return {
|
||||
'SONGS': songs,
|
||||
'ALBUMS': albums,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: mucke
|
||||
description: The frustration-free music player.
|
||||
description: music player
|
||||
|
||||
version: 1.0.0+1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue