Skip to content

Commit

Permalink
Avoid deprecated functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykMis committed Feb 2, 2024
1 parent bde47af commit 5f76da1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
android {
compileSdk = 33
defaultConfig {
namespace = "com.prangesoftwaresolutions.audioanchor"
applicationId = "com.prangesoftwaresolutions.audioanchor"
minSdk = 19
targetSdk = 29
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.prangesoftwaresolutions.audioanchor">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down

0 comments on commit 5f76da1

Please sign in to comment.