mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
update uiunfold
This commit is contained in:
16
androidx-lib/build.gradle
Normal file
16
androidx-lib/build.gradle
Normal file
@@ -0,0 +1,16 @@
|
||||
plugins {
|
||||
id 'com.android.library'
|
||||
id 'org.jetbrains.kotlin.android'
|
||||
}
|
||||
|
||||
android {
|
||||
namespace "androidx.dynamicanimation.animation"
|
||||
sourceSets {
|
||||
main {
|
||||
java.srcDirs = ['src']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
addFrameworkJar('framework-14.jar')
|
||||
compileOnlyCommonJars()
|
||||
Reference in New Issue
Block a user