Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36fb62bc authored by LuK1337's avatar LuK1337
Browse files

Recorder: Use /"/ instead of /'/ for minSdkVersion

Change-Id: I8e4ca2b71a3aaa9ffa29d305574b1e1da192624c
parent 1ae9b379
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

    <!-- This is needed for aosp build env -->
    <uses-sdk android:minSdkVersion='24'
    <uses-sdk android:minSdkVersion="24"
        tools:ignore="GradleOverrides" />

    <application