Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
fix: update minSdk to earliest tested version
Browse files Browse the repository at this point in the history
  • Loading branch information
space-pope committed Jun 3, 2021
1 parent abb4174 commit 7fd2670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

<uses-permission android:name="android.permission.RECORD_AUDIO"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-sdk android:minSdkVersion="8"
android:targetSdkVersion="29"/>
<uses-sdk android:minSdkVersion="21"
android:targetSdkVersion="30"/>
</manifest>

0 comments on commit 7fd2670

Please sign in to comment.