Loading gradle.properties +0 −3 Original line number Diff line number Diff line COMPILE_SDK_VERSION=29 MIN_SDK_VERSION=21 TARGET_SDK_VERSION=29 android.enableJetifier=true android.useAndroidX=true opentasks-contract/build.gradle +3 −3 Original line number Diff line number Diff line apply plugin: 'com.android.library' android { compileSdkVersion COMPILE_SDK_VERSION.toInteger() compileSdkVersion 29 defaultConfig { minSdkVersion MIN_SDK_VERSION.toInteger() targetSdkVersion TARGET_SDK_VERSION.toInteger() minSdkVersion 21 targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" Loading opentasks-provider/build.gradle +3 −3 Original line number Diff line number Diff line apply plugin: 'com.android.library' android { compileSdkVersion COMPILE_SDK_VERSION.toInteger() compileSdkVersion 29 defaultConfig { minSdkVersion MIN_SDK_VERSION.toInteger() targetSdkVersion TARGET_SDK_VERSION.toInteger() minSdkVersion 21 targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" Loading opentasks-theme/build.gradle +3 −3 Original line number Diff line number Diff line Loading @@ -19,12 +19,12 @@ plugins { } android { compileSdkVersion COMPILE_SDK_VERSION.toInteger() compileSdkVersion 29 buildToolsVersion "29.0.3" defaultConfig { minSdkVersion MIN_SDK_VERSION targetSdkVersion TARGET_SDK_VERSION minSdkVersion 21 targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" Loading opentasks/build.gradle +3 −3 Original line number Diff line number Diff line apply plugin: 'com.android.application' android { compileSdkVersion COMPILE_SDK_VERSION.toInteger() compileSdkVersion 29 defaultConfig { applicationId "foundation.e.tasks" minSdkVersion MIN_SDK_VERSION.toInteger() targetSdkVersion TARGET_SDK_VERSION.toInteger() minSdkVersion 21 targetSdkVersion 29 versionCode 7000 versionName '1.4.2' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" Loading Loading
gradle.properties +0 −3 Original line number Diff line number Diff line COMPILE_SDK_VERSION=29 MIN_SDK_VERSION=21 TARGET_SDK_VERSION=29 android.enableJetifier=true android.useAndroidX=true
opentasks-contract/build.gradle +3 −3 Original line number Diff line number Diff line apply plugin: 'com.android.library' android { compileSdkVersion COMPILE_SDK_VERSION.toInteger() compileSdkVersion 29 defaultConfig { minSdkVersion MIN_SDK_VERSION.toInteger() targetSdkVersion TARGET_SDK_VERSION.toInteger() minSdkVersion 21 targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" Loading
opentasks-provider/build.gradle +3 −3 Original line number Diff line number Diff line apply plugin: 'com.android.library' android { compileSdkVersion COMPILE_SDK_VERSION.toInteger() compileSdkVersion 29 defaultConfig { minSdkVersion MIN_SDK_VERSION.toInteger() targetSdkVersion TARGET_SDK_VERSION.toInteger() minSdkVersion 21 targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" Loading
opentasks-theme/build.gradle +3 −3 Original line number Diff line number Diff line Loading @@ -19,12 +19,12 @@ plugins { } android { compileSdkVersion COMPILE_SDK_VERSION.toInteger() compileSdkVersion 29 buildToolsVersion "29.0.3" defaultConfig { minSdkVersion MIN_SDK_VERSION targetSdkVersion TARGET_SDK_VERSION minSdkVersion 21 targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" Loading
opentasks/build.gradle +3 −3 Original line number Diff line number Diff line apply plugin: 'com.android.application' android { compileSdkVersion COMPILE_SDK_VERSION.toInteger() compileSdkVersion 29 defaultConfig { applicationId "foundation.e.tasks" minSdkVersion MIN_SDK_VERSION.toInteger() targetSdkVersion TARGET_SDK_VERSION.toInteger() minSdkVersion 21 targetSdkVersion 29 versionCode 7000 versionName '1.4.2' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" Loading