Skip to content

Commit

Permalink
Merge pull request #2181 from dimagi/ltsPie
Browse files Browse the repository at this point in the history
Port Android Pie changes for LTS
  • Loading branch information
shubham1g5 authored Jan 30, 2020
2 parents dfa3bc0 + 74f5218 commit dbd1127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />

<uses-feature
android:name="android.hardware.telephony"
android:required="false"/>
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ android {

defaultConfig {
minSdkVersion 14
targetSdkVersion 27
targetSdkVersion 28
multiDexEnabled true
applicationId "org.commcare.dalvik"
project.ext.COMMCARE_APP_ID = applicationId
Expand Down

0 comments on commit dbd1127

Please sign in to comment.