Loading iconloaderlib/build.gradle +4 −14 Original line number Diff line number Diff line plugins { id 'sysuigradleproject.android-library-conventions' id 'com.android.library' id 'org.jetbrains.kotlin.android' } android { namespace "com.android.launcher3.icons" sourceSets { main { java.srcDirs = ['src', 'src_full_lib'] java.srcDirs = ['src'] manifest.srcFile 'AndroidManifest.xml' res.srcDirs = ['res'] } } lintOptions { abortOnError false } tasks.withType(JavaCompile) { options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" } } dependencies { implementation "androidx.core:core" } searchuilib/build.gradle +1 −25 Original line number Diff line number Diff line Loading @@ -3,35 +3,11 @@ plugins { } android { compileSdk TARGET_SDK.toInteger() buildToolsVersion = BUILD_TOOLS_VERSION defaultConfig { minSdkVersion TARGET_SDK.toInteger() targetSdkVersion TARGET_SDK.toInteger() } namespace "com.android.app.search" sourceSets { main { java.srcDirs = ['src'] manifest.srcFile 'AndroidManifest.xml' } } lintOptions { abortOnError false } tasks.withType(JavaCompile) { options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } } dependencies { implementation "androidx.core:core:+" } Loading
iconloaderlib/build.gradle +4 −14 Original line number Diff line number Diff line plugins { id 'sysuigradleproject.android-library-conventions' id 'com.android.library' id 'org.jetbrains.kotlin.android' } android { namespace "com.android.launcher3.icons" sourceSets { main { java.srcDirs = ['src', 'src_full_lib'] java.srcDirs = ['src'] manifest.srcFile 'AndroidManifest.xml' res.srcDirs = ['res'] } } lintOptions { abortOnError false } tasks.withType(JavaCompile) { options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" } } dependencies { implementation "androidx.core:core" }
searchuilib/build.gradle +1 −25 Original line number Diff line number Diff line Loading @@ -3,35 +3,11 @@ plugins { } android { compileSdk TARGET_SDK.toInteger() buildToolsVersion = BUILD_TOOLS_VERSION defaultConfig { minSdkVersion TARGET_SDK.toInteger() targetSdkVersion TARGET_SDK.toInteger() } namespace "com.android.app.search" sourceSets { main { java.srcDirs = ['src'] manifest.srcFile 'AndroidManifest.xml' } } lintOptions { abortOnError false } tasks.withType(JavaCompile) { options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } } dependencies { implementation "androidx.core:core:+" }