Bump targetSdkVersion to 24
This will only affect AOSP build. BUG:28621267 Change-Id: I13f47b838c743674d371901bed2bb7b0e2cfcfc2
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
package="com.android.messaging"
|
||||
android:installLocation="internalOnly">
|
||||
|
||||
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="23" />
|
||||
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="24" />
|
||||
|
||||
<!-- Application holds CPU wakelock while working in background -->
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
|
||||
Reference in New Issue
Block a user