Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

Commit 6f9c97c

Browse files
author
Benji377
committed
Minor changes and new release coming soon
1 parent 3c52a95 commit 6f9c97c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion 23
1212
targetSdkVersion 30
1313
versionCode 5
14-
versionName "v1.1.1-beta"
14+
versionName "v1.1.2-beta"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}

app/src/main/java/com/example/SocyMusic/MainActivity.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,7 @@ public void onPermissionRationaleShouldBeShown(List<PermissionRequest> list, Per
171171

172172
void displaySongs() {
173173

174-
//TODO: Fix this issue
175-
Log.e("Init", "Displaysong init");
176-
177-
// Loading files from SD-Card???
174+
// Loading files from SD-Card
178175
File[] storages = getApplicationContext().getExternalFilesDirs(null);
179176
SongsData.getInstance().addSongs(storages);
180177

0 commit comments

Comments
 (0)