Target Android 10

pull/848/head
Alex Baker 5 years ago
parent 8435d49d1b
commit 9dcc464a33

@ -7,9 +7,7 @@
<option name="TAB_SIZE" value="2" />
</value>
</option>
<option name="RIGHT_MARGIN" value="100" />
<AndroidXmlCodeStyleSettings>
<option name="USE_CUSTOM_SETTINGS" value="true" />
<option name="LAYOUT_SETTINGS">
<value>
<option name="INSERT_BLANK_LINE_BEFORE_TAG" value="false" />
@ -20,9 +18,6 @@
<option name="INSERT_INNER_CLASS_IMPORTS" value="true" />
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
<option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">
<value />
</option>
<option name="IMPORT_LAYOUT_TABLE">
<value>
<package name="" withSubpackages="true" static="true" />
@ -58,7 +53,6 @@
</extensions>
</Objective-C-extensions>
<XML>
<option name="XML_ALIGN_ATTRIBUTES" value="false" />
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
</XML>
<codeStyleSettings language="CSS">

@ -26,14 +26,14 @@ android {
textReport = true
}
compileSdkVersion(Versions.compileSdk)
compileSdkVersion(Versions.targetSdk)
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 607
versionName = "6.8.1"
targetSdkVersion(Versions.compileSdk)
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
multiDexEnabled = true
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

@ -1,6 +1,6 @@
object Versions {
const val kotlin = "1.3.40"
const val compileSdk = 28
const val targetSdk = 29
const val minSdk = 16
const val dagger = "2.23.2"
const val butterknife = "10.1.0"

Loading…
Cancel
Save