blob: cdf930d7c92eeaf41a0a45f34ad0e279617152d8 [file] [log] [blame]
notification.title=Project update recommended
notification.body=Android Gradle plugin version {0} has an upgrade available. Start the AGP Upgrade Assistant to update this project''s AGP version.
deprecated.notification.title=Project update strongly recommended
deprecated.notification.body=Android Gradle plugin version {0} will not be supported in future versions of Android Studio. Start the AGP Upgrade Assistant to update this project''s AGP version to at least {1}.
agpUpgradeRefactoringProcessor.usageView.header=AGP Upgrade Assistant
agpUpgradeRefactoringProcessor.commandName=Upgrade AGP version from {0} to {1}
references.text=References considered
usageView.tabText=Upgrade Usages
usageView.need.reRun=Cannot perform upgrade. \n\
There were changes in code after usages have been found. \n\
Please perform usage search again.
usageView.doAction=Complete &Upgrade
agpVersionRefactoringProcessor.target.presentableText=Upgrading AGP Configuration
agpVersionRefactoringProcessor.commandName=Upgrade AGP dependency from {0} to {1}
agpVersionRefactoringProcessor.usageView.header=Upgrade AGP version from {0} to {1}
agpVersionRefactoringProcessor.usageType=Update version string
agpVersionUsageInfo.tooltipText=Update AGP version from {0} to {1}
lintVersionUsageInfo.tooltipText=Update Android Lint version from {0} to {1}
gradleVersionRefactoringProcessor.commandName=Upgrade Gradle version to {0}
gradleVersionRefactoringProcessor.usageView.header=Upgrade Gradle version to {0}
gradleVersionRefactoringProcessor.gradleUrlUsageType=Update Gradle distribution URL
gradleVersionUsageInfo.tooltipText=Upgrade Gradle version to {0}
java8DefaultRefactoringProcessor.commandName=Update default Java language level
java8DefaultRefactoringProcessor.groupingName=Add directives to keep using Java 7
java8DefaultRefactoringProcessor.usageView.header=Update default Java language level
java8DefaultRefactoringProcessor.existingDirectiveUsageType=Existing language level directive (leave unchanged)
java8DefaultRefactoringProcessor.acceptNewUsageType=Accept new default (leave unchanged)
java8DefaultRefactoringProcessor.insertOldUsageType=Continue using Java 7 (insert language level directives)
noLanguageLevelAction.acceptNewDefault=Accept the new default of Java 8
noLanguageLevelAction.insertOldDefault=Insert directives to continue using Java 7
javaLanguageLevelUsageInfo.tooltipText.insertOldDefault=insert explicit {0} to preserve previous behaviour
javaLanguageLevelUsageInfo.tooltipText.acceptNewDefault=accept new default
javaLanguageLevelUsageInfo.tooltipText.existing=preserve existing explicit {0}
kotlinLanguageLevelUsageInfo.tooltipText.insertOldDefault=insert explicit {0} to preserve previous behaviour
kotlinLanguageLevelUsageInfo.tooltipText.acceptNewDefault=accept new default
kotlinLanguageLevelUsageInfo.tooltipText.existing=preserve existing explicit {0}
compileRuntimeConfigurationRefactoringProcessor.commandName=Replace deprecated configurations
compileRuntimeConfigurationRefactoringProcessor.usageView.header=Replace deprecated configurations
compileRuntimeConfigurationRefactoringProcessor.renameConfigurationUsageType=Rename configuration
compileRuntimeConfigurationRefactoringProcessor.changeDependencyConfigurationUsageType=Change dependency configuration
obsoleteConfigurationDependencyUsageInfo.tooltipText=Update configuration from {0} to {1}
obsoleteConfigurationConfigurationUsageInfo.tooltipText=Rename configuration from {0} to {1}
fabricCrashlyticsRefactoringProcessor.usageView.header=Migrate crashlytics from fabric to firebase
fabricCrashlyticsRefactoringProcessor.commandName=Migrate crashlytics from fabric to firebase
fabricCrashlyticsRefactoringProcessor.removeFabricRepositoryUsageType=Remove the Fabric Maven repository
fabricCrashlyticsRefactoringProcessor.addGmavenRepositoryUsageType=Add the Google maven repository
fabricCrashlyticsRefactoringProcessor.removeFabricClasspathUsageType=Remove the dependency on the Fabric Gradle plugin
fabricCrashlyticsRefactoringProcessor.addGoogleServicesClasspathUsageType=Add a dependency on the Google Services Gradle plugin
fabricCrashlyticsRefactoringProcessor.addFirebaseCrashlyticsClasspathUsageType=Add a dependency on the Firebase Crashlytics Gradle plugin
fabricCrashlyticsRefactoringProcessor.replaceFabricPluginUsageType=Replace the Fabric plugin with the Firebase Crashlytics plugin
fabricCrashlyticsRefactoringProcessor.applyGoogleServicesPluginUsageType=Apply the Google Services plugin
fabricCrashlyticsRefactoringProcessor.removeFabricCrashlyticsSdkUsageType=Remove the dependency on the Fabric SDK
fabricCrashlyticsRefactoringProcessor.addFirebaseCrashlyticsSdkUsageType=Add a dependency on the Firebase Crashlytics SDK
fabricCrashlyticsRefactoringProcessor.addGoogleAnalyticsSdkUsageType=Add a dependency on the Google Analytics SDK
fabricCrashlyticsRefactoringProcessor.removeFabricNdkUsageType=Remove the Fabric NDK dependency
fabricCrashlyticsRefactoringProcessor.addFirebaseCrashlyticsNdkUsageType=Add the Firebase Crashlytics NDK dependency
fabricCrashlyticsRefactoringProcessor.removeCrashlyticsEnableNdkUsageType=Remove the enableNdk crashlytics flag
fabricCrashlyticsRefactoringProcessor.addFirebaseCrashlyticsNativeSymbolUploadUsageType=Enable native symbol upload for the release buildType
removeFabricMavenRepositoryUsageInfo.tooltipText=Remove the Fabric Maven repository
addGoogleMavenRepositoryUsageInfo.tooltipText=Add the Google Maven repository
removeFabricClasspathDependencyUsageInfo.tooltipText=Remove the dependency on the Fabric Gradle plugin
addGoogleServicesClasspathDependencyUsageInfo.tooltipText=Add a dependency on the Google Services Gradle plugin
addFirebaseCrashlyticsClasspathDependencyUsageInfo.tooltipText=Add a dependency on the Firebase Crashlytics Gradle plugin
replaceFabricPluginUsageInfo.tooltipText=Replace the Fabric plugin with the Firebase Crashlytics plugin
applyGoogleServicesPluginUsageInfo.tooltipText=Apply the Google Services plugin
removeFabricCrashlyticsSdkUsageInfo.tooltipText=Remove the dependency on the Fabric SDK
addFirebaseCrashlyticsSdkUsageInfo.tooltipText=Add a dependency on the Firebase Crashlytics SDK
addGoogleAnalyticsSdkUsageInfo.tooltipText=Add a dependency on the Google Analytics SDK
removeFabricNdkUsageInfo.tooltipText=Remove the Fabric NDK dependency
addFirebaseCrashlyticsNdkUsageInfo.tooltipText=Add the Firebase Crashlytics NDK dependency
removeCrashlyticsEnableNdkUsageInfo.tooltipText=Remove the enableNdk crashlytics flag
addBuildTypeFirebaseCrashlyticsUsageInfo.tooltipText=Enable native symbol upload for the release buildType
notifyCancelledUpgrade.title=Android Gradle Plugin Upgrade Cancelled
notifyCancelledUpgrade.body=Start the AGP Upgrade Assistant to resume the upgrade.
migrateToBuildFeaturesRefactoringProcessor.commandName=Migrate enabled booleans to buildFeatures
migrateToBuildFeaturesRefactoringProcessor.usageView.header=Migrate enabled booleans to buildFeatures
migrateToBuildFeaturesRefactoringProcessor.dataBindingEnabledUsageType=Migrate dataBinding enabled to buildFeatures
migrateToBuildFeaturesRefactoringProcessor.viewBindingEnabledUsageType=Migrate viewBinding enabled to buildFeatures
dataBindingEnabledUsageInfo.tooltipText=Migrate dataBinding enabled to buildFeatures
viewBindingEnabledUsageInfo.tooltipText=Migrate viewBinding enabled to buildFeatures
removeSourceSetJniRefactoringProcessor.commandName=Remove jni source directory from sourceSets
removeSourceSetJniRefactoringProcessor.usageView.header=Remove jni source directory from sourceSets
sourceSetJniUsageInfo.usageType=Remove jni from sourceSet
sourceSetJniUsageInfo.tooltipText=Remove jni from sourceSet
migrateToAndroidResourcesRefactoringProcessor.commandName=Migrate DSL properties from aaptOptions to androidResources
migrateToAndroidResourcesRefactoringProcessor.usageView.header=Migrate from aaptOptions to androidResources
migrateToAndroidResourcesRefactoringProcessor.move.usageType=Migrate properties to androidResources
migrateToAndroidResourcesRefactoringProcessor.remove.usageType=Remove aaptOptions
androidResourcesUsageInfo.move.tooltipText=Move usage from aaptOptions to androidResources
androidResourcesUsageInfo.remove.tooltipText=Remove aaptOptions
removeBuildTypeUseProguardRefactoringProcessor.commandName=Remove buildType useProguard setting
removeBuildTypeUseProguardRefactoringProcessor.usageView.header=Remove buildType useProguard setting
removeBuildTypeUseProguard.usageType=Remove useProguard setting
removeBuildTypeUseProguard.tooltipText=Remove useProguard setting
removeImplementationPropertiesRefactoringProcessor.commandName=Remove ignored configuration properties
removeImplementationPropertiesRefactoringProcessor.usageView.header=Remove ignored configuration properties
removeImplementationProperty.usageType=Remove property
removeImplementationProperty.tooltipText=Remove property
gradlePluginsRefactoringProcessor.commandName=Upgrade Gradle plugins
gradlePluginsRefactoringProcessor.usageView.header=Upgrade Gradle plugins
gradlePluginsRefactoringProcessor.wellKnownGradlePluginUsageType=Update version of Gradle plugin
migrateToInstallationRefactoringProcessor.commandName=Migrate DSL properties from adbOptions to installation
migrateToInstallationRefactoringProcessor.usageView.header=Migrate from adbOptions to installation
migrateToInstallationRefactoringProcessor.move.usageType=Migrate properties to installation
migrateToInstallationRefactoringProcessor.remove.usageType=Remove adbOptions
installationUsageInfo.move.tooltipText=Move usage from adbOptions to installation
installationUsageInfo.remove.tooltipText=Remove adbOptions
migrateToEmulatorSnapshotsRefactoringProcessor.commandName=Migrate DSL properties from failureRetention to emulatorSnapshots
migrateToEmulatorSnapshotsRefactoringProcessor.usageView.header=Migrate from failureRetention to emulatorSnapshots
migrateToEmulatorSnapshotsRefactoringProcessor.move.usageType=Migrate properties to emulatorSnapshots
migrateToEmulatorSnapshotsRefactoringProcessor.remove.usageType=Remove failureRetention
emulatorSnapshotsUsageInfo.move.tooltipText=Move usage from failureRetention to emulatorSnapshots
emulatorSnapshotsUsageInfo.remove.tooltipText=Remove failureRetention
migrateToTestCoverageRefactoringProcessor.commandName=Migrate DSL properties from jacoco to testCoverage
migrateToTestCoverageRefactoringProcessor.usageView.header=Migrate from jacoco to testCoverage
migrateToTestCoverageRefactoringProcessor.move.usageType=Migrate properties to testCoverage
migrateToTestCoverageRefactoringProcessor.remove.usageType=Remove jacoco
migrateTestCoverageEnabledRefactoringProcessor.commandName=Migrate testCoverageEnabled to enableUnitTestCoverage and enableAndroidTestCoverage
migrateTestCoverageEnabledRefactoringProcessor.usageView.header=Migrate testCoverageEnabled to enableUnitTestCoverage and enableAndroidTestCoverage
migrateTestCoverageEnabledRefactoringProcessor.move.usageType=Migrate testCoverageEnabled to enableUnitTestCoverage and enableAndroidTestCoverage
migrateTestCoverageEnabledRefactoringProcessor.move.tooltipText=Move usage from testCoverageEnabled to enableUnitTestCoverage and enableAndroidTestCoverage
testCoverageUsageInfo.move.tooltipText=Move usage from jacoco to testCoverage
testCoverageUsageInfo.remove.tooltipText=Remove jacoco
migratePackagingOptionsRefactoringProcessor.commandName=Migrate packagingOptions DSL properties to sub-blocks
migratePackagingOptionsRefactoringProcessor.usageView.header=Migrate packagingOptions to sub-blocks
migratePackagingOptionsRefactoringProcessor.move.usageType=Move property
migratePackagingOptionsRefactoringProcessor.move.tooltipText=Move property
migratePackagingOptionsRefactoringProcessor.split.usageType=Split property between jniLibs and resources
migratePackagingOptionsRefactoringProcessor.split.tooltipText=Split property between jniLibs and resources
migratePackagingOptionsRefactoringProcessor.remove.usageType=Remove property (after splitting)
migratePackagingOptionsRefactoringProcessor.remove.tooltipText=Remove property (after splitting)
migrateToLintRefactoringProcessor.commandName=Migrate DSL properties from lintOptions to lint
migrateToLintRefactoringProcessor.usageView.header=Migrate from lintOptions to lint
migrateToLintRefactoringProcessor.move.usageType=Migrate properties to lint
migrateToLintRefactoringProcessor.remove.usageType=Remove lintOptions
lintOptionsUsageInfo.move.tooltipText=Move usage from lintOptions to lint
lintOptionsUsageInfo.remove.tooltipText=Remove lintOptions
rewriteDeprecatedOperatorsRefactoringProcessor.commandName=Rewrite deprecated operators
rewriteDeprecatedOperatorsRefactoringProcessor.usageView.header=Rewrite deprecated operators
rewriteDeprecatedOperatorsRefactoringProcessor.rewrite.usageType=Rewrite usages
deprecatedOperatorUsageInfo.rewrite.tooltipText=Rewrite usage
redundantPropertiesRefactoringProcessor.commandName=Remove redundant properties
redundantPropertiesRefactoringProcessor.usageView.header=Remove redundant properties
redundantProperties.usageType=Remove property
redundantProperties.tooltipText=Remove property
androidManifestPackageToNamespaceRefactoringProcessor.commandName=Move package from Android manifest to build files
androidManifestPackageToNamespaceRefactoringProcessor.usageView.header=Move package from Android manifest to build files
androidManifestPackageToNamespaceRefactoringProcessor.removePackage.usageType=Remove package declaration
androidManifestPackageToNamespaceRefactoringProcessor.removePackage.tooltipText=Remove package declaration
androidManifestPackageToNamespaceRefactoringProcessor.addNamespace.usageType=Add namespace declaration
androidManifestPackageToNamespaceRefactoringProcessor.addNamespace.tooltipText=Add namespace declaration
androidManifestPackageToNamespaceRefactoringProcessor.addTestNamespace.usageType=Add testNamespace declaration
androidManifestPackageToNamespaceRefactoringProcessor.addTestNamespace.tooltipText=Add testNamespace declaration
r8FullModeDefaultRefactoringProcessor.commandName=Update default R8 processing mode
r8FullModeDefaultRefactoringProcessor.groupingName=Add property to keep using R8 in compat mode
r8FullModeDefaultRefactoringProcessor.usageView.header=Update default R8 processing mode
r8FullModeDefaultRefactoringProcessor.existingDirectiveUsageType=Existing fullMode property (leave unchanged)
r8FullModeDefaultRefactoringProcessor.acceptNewUsageType=Accept new default R8 mode (leave unchanged)
r8FullModeDefaultRefactoringProcessor.insertOldUsageType=Continue using R8 in compat mode (insert property)
noPropertyPresentAction.acceptNewDefault=Accept the new R8 default of full mode
noPropertyPresentAction.insertOldDefault=Insert property to continue using R8 in compat mode
r8FullModeDefaultUsageInfo.tooltipText.insertOldDefault=insert property to preserve previous behaviour
r8FullModeDefaultUsageInfo.tooltipText.acceptNewDefault=accept new default
r8FullModeDefaultUsageInfo.tooltipText.existing=preserve existing explicit property
renderScriptDefaultRefactoringProcessor.commandName=Enable renderScript explicitly where needed
renderScriptDefaultRefactoringProcessor.usageView.header=Explicitly enable renderScript build feature
renderScriptDefaultRefactoringProcessor.enable.usageType=Insert renderScript directive
renderScriptBuildFeature.enable.tooltipText=Enable renderScript in this module
nonTransitiveRClassDefaultRefactoringProcessor.commandName=Preserve transitive R classes
nonTransitiveRClassDefaultRefactoringProcessor.usageView.header=Preserve transitive R classes
nonTransitiveRClassDefaultRefactoringProcessor.usageType=Insert android.nonTransitiveRClass property to preserve existing behavior
nonTransitiveRClassUsageInfo.tooltipText=Insert android.nonTransitiveRClass property to preserve existing behavior
nonConstantRClassDefaultRefactoringProcessor.commandName=Preserve constant R class values
nonConstantRClassDefaultRefactoringProcessor.usageView.header=Preserve constant R class values
nonConstantRClassDefaultRefactoringProcessor.usageType=Insert android.nonFinalRClass property to preserve existing behavior
nonConstantRClassUsageInfo.tooltipText=Insert android.nonFinalRClass property to preserve existing behavior
aidlDefaultRefactoringProcessor.commandName=Enable aidl explicitly where needed
aidlDefaultRefactoringProcessor.usageView.header=Explicitly enable aidl build feature
aidlDefaultRefactoringProcessor.enable.usageType=Insert aidl directive
aidlBuildFeature.enable.tooltipText=Enable aidl in this module
buildConfigDefaultRefactoringProcessor.commandName=Enable buildConfig build feature
buildConfigDefaultRefactoringProcessor.usageView.header=Enable buildConfig build feature
buildConfigDefaultRefactoringProcessor.enable.usageType=Preserve existing buildConfig behavior
buildConfigBuildFeature.enable.tooltipText=Preserve existing buildConfig behavior
resValuesDefaultRefactoringProcessor.commandName=Enable resValues build feature
resValuesDefaultRefactoringProcessor.usageView.header=Enable resValues build feature
resValuesDefaultRefactoringProcessor.enable.usageType=Preserve existing resValues behavior
resValuesBuildFeature.enable.tooltipText=Preserve existing resValues behavior
projectJdkRefactoringProcessor.commandName=Upgrade project JDK for running Gradle
projectJdkRefactoringProcessor.usageView.header=Upgrade project JDK for running Gradle
projectJdkRefactoringProcessor.enable.usageType=Upgrade project JDK
projectJdkUsageInfo.tooltipText=Set project JDK
gradleDaemonJvmCriteria.commandName=Upgrade Daemon JVM criteria to {0} Version
gradleDaemonJvmCriteria.shortDescription=The new version of the Android Gradle Plugin requires a higher version of \
the JDK than is currently configured for this project.\n\
Update the project Gradle Daemon JVM criteria to the recommended version {0}.
gradleDaemonJvmCriteria.usageView.header=Upgrade Daemon JVM criteria to {0} Version
gradleDaemonJvmCriteria.enable.usageType=Upgrade Daemon JVM criteria to {0} Version
gradleDaemonJvmCriteria.enable.tooltipText=Upgrade Daemon JVM criteria to {0} Version
androidManifestExtractNativeLibsToUseLegacyPackagingRefactoringProcessor.commandName=Move extractNativeLibs from Android manifest to build files
androidManifestExtractNativeLibsToUseLegacyPackagingRefactoringProcessor.usageView.header=Move extractNativeLibs from Android manifest to build files
androidManifestExtractNativeLibsToUseLegacyPackagingRefactoringProcessor.removeExtractNativeLibs.usageType=Remove extractNativeLibs declaration
androidManifestExtractNativeLibsToUseLegacyPackagingRefactoringProcessor.removeExtractNativeLibs.tooltipText=Remove extractNativeLibs declaration
androidManifestExtractNativeLibsToUseLegacyPackagingRefactoringProcessor.addUseLegacyPackaging.usageType=Add useLegacyPackaging declaration
androidManifestExtractNativeLibsToUseLegacyPackagingRefactoringProcessor.addUseLegacyPackaging.tooltipText=Add useLegacyPackaging declaration
androidManifestUseEmbeddedDexToUseLegacyPackagingRefactoringProcessor.commandName=Include useEmbeddedDex from Android manifest into build files
androidManifestUseEmbeddedDexToUseLegacyPackagingRefactoringProcessor.usageView.header=Include useEmbeddedDex from Android manifest into build files
androidManifestUseEmbeddedDexToUseLegacyPackagingRefactoringProcessor.addUseLegacyPackaging.usageType=Add useLegacyPackaging declaration
androidManifestUseEmbeddedDexToUseLegacyPackagingRefactoringProcessor.addUseLegacyPackaging.tooltipText=Add useLegacyPackaging declaration
dependencyConstraintsDefaultRefactoringProcessor.commandName=Enable Dependency Constraints
dependencyConstraintsDefaultRefactoringProcessor.usageView.header=Enable dependency constraints
dependencyConstraintsDefaultRefactoringProcessor.usage=Dependency Constraints
dependencyConstraintsDefaultRefactoringProcessor.tooltipText=Add android.dependency.useConstraints property
dependencyConstraintsDefaultRefactoringProcessor.shortDescription=The default value for\n\
`android.dependency.useConstraints` is\n\
changing, meaning that the Android Gradle Plugin will no longer\n\
align runtime and compile classpaths\n\
This is expected to improve performance. You can remove the\n\
property from gradle.properties after the upgrade to switch to the\n\
improved behavior.
shadersDefaultRefactoringProcessor.commandName=Enable compilation of shaders folders explicitly where needed
shadersDefaultRefactoringProcessor.usageView.header=Explicitly enable compilation of shaders folders
shadersDefaultRefactoringProcessor.enable.usageType=Insert shaders directive
shadersBuildFeature.enable.tooltipText=Enable compilation of shaders folders in this module
useAndroidXDefaultRefactoringProcessor.commandName=Disable Usage of AndroidX Libraries
useAndroidXDefaultRefactoringProcessor.usageView.header=Disable usage of AndroidX libraries
useAndroidXDefaultRefactoringProcessor.enable.usageType=Preserve existing AndroidX behavior
useAndroidXDefaultRefactoringProcessor.tooltipText=Preserve existing AndroidX behavior
useAndroidXDefaultRefactoringProcessor.shortDescription=The default value for useAndroidX is changing, meaning that AndroidX libraries will\n\
be available by default now. This processor adds a flag to preserve the previous\n\
behavior (to not use AndroidX).
useR8StrictModeForKeepRules.commandName=Disable R8 Strict Mode for Keep Rules
useR8StrictModeForKeepRules.usageView.header=Disable R8 Strict Mode for Keep Rules
useR8StrictModeForKeepRules.enable.usageType=Preserve existing R8 Strict Mode for Keep Rules behavior
useR8StrictModeForKeepRules.tooltipText=Preserve existing R8 Strict Mode for Keep Rules behavior
useR8StrictModeForKeepRules.shortDescription=The default value for R8 Strict Mode for Keep Rules is changing, meaning that R8 Strict Mode will\n\
be enabled by default now. This processor adds a flag to preserve the previous\n\
behavior (to not use the R8 Strict Mode for Keep Rules).
useR8OptimizedResourceShrinking.commandName=Disable R8 Optimized Resource Shrinking
useR8OptimizedResourceShrinking.usageView.header=Disable R8 Optimized Resource Shrinking
useR8OptimizedResourceShrinking.enable.usageType=Preserve existing R8 Optimized Resource Shrinking behavior
useR8OptimizedResourceShrinking.tooltipText=Preserve existing R8 Optimized Resource Shrinking behavior
useR8OptimizedResourceShrinking.shortDescription=The default value for R8 Optimized Resource Shrinking is changing, meaning that R8 Optimized Resource Shrinking will\n\
be enabled by default now. This processor adds a flag to preserve the previous\n\
behavior (to not use the R8 Optimized Resource Shrinking).
targetSdkDefaultsToCompileSdk.commandName=Disable targetSdk defaults to compileSdk
targetSdkDefaultsToCompileSdk.usageView.header=Disable targetSdk defaults to compileSdk
targetSdkDefaultsToCompileSdk.enable.usageType=Preserve existing targetSdk default value
targetSdkDefaultsToCompileSdk.tooltipText=Preserve existing targetSdk default value
targetSdkDefaultsToCompileSdk.shortDescription=The default value for targetSdk is changing, meaning that defaulting targetSdk to compileSdk will\n\
be enabled by default now. This processor adds a flag to preserve the previous behavior (to default to minSdk)
appCompileTimeRClass.commandName=Disable App Compile-Time R Class
appCompileTimeRClass.usageView.header=Disable App Compile-Time R Class
appCompileTimeRClass.enable.usageType=Preserve existing App Compile-Time R Class behavior
appCompileTimeRClass.tooltipText=Preserve existing App Compile-Time R Class behavior
appCompileTimeRClass.shortDescription=The default value for Enable App Compile-Time R Class is changing, meaning that App Compile-Time R Class will\n\
be enabled by default now. This processor adds a flag to preserve the previous\n\
behavior.
jcenterToMavenCentral.commandName=Remove uses of jcenter
jcenterToMavenCentral.usageView.header=Remove uses of jcenter
jcenterToMavenCentral.removeJCenter.usageType=Remove unsupported jcenter repository declaration
jcenterToMavenCentral.removeJCenter.tooltipText=Remove unsupported jcenter repository declaration
jcenterToMavenCentral.insertMavenCentral.usageType=Insert mavenCentral repository declaration
jcenterToMavenCentral.insertMavenCentral.tooltipText=Insert mavenCentral repository declaration
buildTypesUnitTest.commandName=Continue Running Unit Tests for all Build Types
buildTypesUnitTest.enable.usageType=Preserve existing unit test behavior for all build types
buildTypesUnitTest.shortDescription=The default for running unit tests is changing to run them only for the tested build type\n\
this processor adds a flag to preserve the previous behavior (running tests for all build types)\n\
if unit tests for the 'release' build type are present.
buildTypesUnitTest.tooltipText=Preserve existing unit test behavior for all build types
buildTypesUnitTest.usageView.header=Continue Running Unit Tests for all Build Types
disallowUsesSdkInManifest.commandName=Continue to allow <uses-sdk> in the main manifest
disallowUsesSdkInManifest.enable.usageType=Preserve existing <uses-sdk> handling in the main manifest
disallowUsesSdkInManifest.shortDescription=The default handling of <uses-sdk> in the main manifest is changing, \n\
meaning that use of the tag will result in build errors.\n\
This processor adds a flag to preserve the previous behavior (show warnings instead of errors).
disallowUsesSdkInManifest.tooltipText=Preserve existing <uses-sdk> handling in the main manifest
disallowUsesSdkInManifest.usageView.header=Continue to allow <uses-sdk> in the main manifest
enforceUniquePackageNames.commandName=Allow non-unique package names
enforceUniquePackageNames.usageView.header=Allow non-unique package names
enforceUniquePackageNames.enable.usageType=Preserve unique package names behavior
enforceUniquePackageNames.tooltipText=Preserve unique package names behavior
enforceUniquePackageNames.shortDescription=The default value for Unique Package Names is changing in 9.0. It will now be enabled\
by default. This processor adds a flag to preserve the previous behavior.
deprecatedLibraryTargetSdk.commandName=Remove deprecated Library base flavor targetSdk
deprecatedLibraryTargetSdk.usageType=Remove deprecated Library base flavor targetSdk
deprecatedLibraryTargetSdk.tooltipText=Remove deprecated Library base flavor targetSdk
builtInKotlin.default.commandName=Disable built-in Kotlin support
builtInKotlin.default.usageType=Preserve existing behavior (no built-in Kotlin support)
builtInKotlin.default.shortDescription=Built-in Kotlin support is now enabled by default.\n\
This processor sets `android.builtInKotlin=false` in `gradle.properties` to preserve the previous behavior (no built-in Kotlin support).
kotlin20.commandName=Adapt for changes in Kotlin 2.0
kotlin20.usageView.header=Adapt for changes in Kotlin 2.0
kotlin20.shortDescription=Kotlin 2.0 changes the way that projects enable Compose, replacing the old\n\
declarations in android.composeOptions with a dedicated compose compiler\n\
Gradle plugin.
kotlin20.compilerPlugin.usageType=Apply the compose compiler Gradle plugin
kotlin20.compilerPlugin.tooltipText=Apply the compose compiler Gradle plugin
kotlin20.composeOption.usageType=Remove this composeOption declaration
kotlin20.composeOption.tooltipText=Remove this composeOption declaration
newDsl.commandName=Preserve the old (internal) AGP Dsl APIs
newDsl.usageViewHeader=Preserve the old (internal) AGP Dsl APIs
newDsl.usage.tooltipText=Insert `android.newDsl=false` Gradle property
newDsl.usage.name=Insert `android.newDsl=false` Gradle property