Loading animationlib/build.gradle +8 −10 Original line number Diff line number Diff line Loading @@ -10,19 +10,17 @@ android { res.srcDirs = ['res'] manifest.srcFile 'AndroidManifest.xml' } androidTest { java.srcDirs = ["tests/src", "tests/robolectric/src"] manifest.srcFile 'tests/AndroidManifest.xml' } } compileOptions { sourceCompatibility JavaVersion.VERSION_17 targetCompatibility JavaVersion.VERSION_17 } addFrameworkJar('framework-14.jar') } dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0" implementation "androidx.core:core-animation:1.0.0-alpha02" implementation "androidx.core:core-animation:1.0.0" implementation "androidx.core:core-ktx:1.9.0" androidTestImplementation "androidx.test.ext:junit:1.1.3" androidTestImplementation "androidx.test:rules:1.4.0" } iconloaderlib/build.gradle +3 −4 Original line number Diff line number Diff line plugins { id 'com.android.library' } apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { namespace = "com.android.launcher3.icons" Loading @@ -21,5 +20,5 @@ android { } dependencies { implementation "androidx.core:core" implementation "androidx.core:core-ktx:1.9.0" } Loading
animationlib/build.gradle +8 −10 Original line number Diff line number Diff line Loading @@ -10,19 +10,17 @@ android { res.srcDirs = ['res'] manifest.srcFile 'AndroidManifest.xml' } androidTest { java.srcDirs = ["tests/src", "tests/robolectric/src"] manifest.srcFile 'tests/AndroidManifest.xml' } } compileOptions { sourceCompatibility JavaVersion.VERSION_17 targetCompatibility JavaVersion.VERSION_17 } addFrameworkJar('framework-14.jar') } dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0" implementation "androidx.core:core-animation:1.0.0-alpha02" implementation "androidx.core:core-animation:1.0.0" implementation "androidx.core:core-ktx:1.9.0" androidTestImplementation "androidx.test.ext:junit:1.1.3" androidTestImplementation "androidx.test:rules:1.4.0" }
iconloaderlib/build.gradle +3 −4 Original line number Diff line number Diff line plugins { id 'com.android.library' } apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { namespace = "com.android.launcher3.icons" Loading @@ -21,5 +20,5 @@ android { } dependencies { implementation "androidx.core:core" implementation "androidx.core:core-ktx:1.9.0" }