Use tagetSdk 28

pull/137/head
FongMi 3 years ago
parent 16c560b653
commit 7fa261869d
  1. 2
      app/build.gradle
  2. 4
      app/src/mobile/AndroidManifest.xml
  3. 2
      catvod/build.gradle
  4. 2
      drpy/build.gradle
  5. 2
      forcetech/build.gradle
  6. 2
      ijkplayer/build.gradle
  7. 2
      pyramid/build.gradle
  8. 2
      tvbus/build.gradle
  9. 2
      zlive/build.gradle

@ -9,7 +9,7 @@ android {
defaultConfig { defaultConfig {
applicationId "com.fongmi.android.tv" applicationId "com.fongmi.android.tv"
minSdk 21 minSdk 21
targetSdk 29 targetSdk 28
javaCompileOptions { javaCompileOptions {
annotationProcessorOptions { annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()] arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]

@ -2,6 +2,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.fongmi.android.tv"> package="com.fongmi.android.tv">
<uses-feature
android:name="android.hardware.camera"
android:required="false" />
<uses-permission android:name="android.permission.CAMERA" /> <uses-permission android:name="android.permission.CAMERA" />
<application> <application>

@ -7,7 +7,7 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 29 targetSdk 28
} }
} }

@ -7,7 +7,7 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 29 targetSdk 28
} }
} }

@ -7,7 +7,7 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 29 targetSdk 28
//noinspection ChromeOsAbiSupport //noinspection ChromeOsAbiSupport
ndk { abiFilters "armeabi-v7a" } ndk { abiFilters "armeabi-v7a" }
} }

@ -7,7 +7,7 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 29 targetSdk 28
} }
} }

@ -9,7 +9,7 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 29 targetSdk 28
python { python {
buildPython "C:/Users/FongMi.DIREK/Anaconda3/envs/py38/python.exe" buildPython "C:/Users/FongMi.DIREK/Anaconda3/envs/py38/python.exe"
pip { pip {

@ -7,7 +7,7 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 29 targetSdk 28
//noinspection ChromeOsAbiSupport //noinspection ChromeOsAbiSupport
ndk { abiFilters "armeabi-v7a" } ndk { abiFilters "armeabi-v7a" }
} }

@ -7,7 +7,7 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 29 targetSdk 28
//noinspection ChromeOsAbiSupport //noinspection ChromeOsAbiSupport
ndk { abiFilters "armeabi-v7a" } ndk { abiFilters "armeabi-v7a" }
} }

Loading…
Cancel
Save