kongzue пре 3 година
родитељ
комит
58d16ae121
2 измењених фајлова са 1 додато и 12 уклоњено
  1. 0 11
      .idea/deploymentTargetDropDown.xml
  2. 1 1
      app/build.gradle

+ 0 - 11
.idea/deploymentTargetDropDown.xml

@@ -1,17 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
   <component name="deploymentTargetDropDown">
-    <runningDeviceTargetSelectedWithDropDown>
-      <Target>
-        <type value="RUNNING_DEVICE_TARGET" />
-        <deviceKey>
-          <Key>
-            <type value="VIRTUAL_DEVICE_PATH" />
-            <value value="D:\SDK\Android\.android\.android\avd\Pixel_2_API_19.avd" />
-          </Key>
-        </deviceKey>
-      </Target>
-    </runningDeviceTargetSelectedWithDropDown>
     <targetSelectedWithDropDown>
       <Target>
         <type value="QUICK_BOOT_TARGET" />

+ 1 - 1
app/build.gradle

@@ -10,7 +10,7 @@ android {
         versionCode BUILD_VERSION_INT as int
         versionName BUILD_VERSION
 
-        renderscriptTargetApi 21
+        renderscriptTargetApi 19
         renderscriptSupportModeEnabled true    // Enable RS support
     }