mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-24 03:42:15 +00:00
Update Compose Theme Adapter and merger buildFeatures
This commit is contained in:
parent
8db89a7fae
commit
f465f5da2a
@ -50,6 +50,7 @@ android {
|
|||||||
|
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
compose true
|
compose true
|
||||||
|
dataBinding true
|
||||||
}
|
}
|
||||||
|
|
||||||
composeOptions {
|
composeOptions {
|
||||||
@ -91,9 +92,6 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
def keystorePropertiesFile = rootProject.file('keystore.properties')
|
def keystorePropertiesFile = rootProject.file('keystore.properties')
|
||||||
buildFeatures {
|
|
||||||
dataBinding true
|
|
||||||
}
|
|
||||||
if (keystorePropertiesFile.exists()) {
|
if (keystorePropertiesFile.exists()) {
|
||||||
def keystoreProperties = new Properties()
|
def keystoreProperties = new Properties()
|
||||||
keystoreProperties.load(keystorePropertiesFile.newDataInputStream())
|
keystoreProperties.load(keystorePropertiesFile.newDataInputStream())
|
||||||
@ -193,7 +191,7 @@ dependencies {
|
|||||||
implementation "androidx.compose.foundation:foundation-layout:1.2.0-alpha01"
|
implementation "androidx.compose.foundation:foundation-layout:1.2.0-alpha01"
|
||||||
implementation "androidx.compose.runtime:runtime-livedata:1.2.0-alpha01"
|
implementation "androidx.compose.runtime:runtime-livedata:1.2.0-alpha01"
|
||||||
implementation "androidx.compose.material:material:1.2.0-alpha01"
|
implementation "androidx.compose.material:material:1.2.0-alpha01"
|
||||||
implementation "com.google.android.material:compose-theme-adapter:1.1.2"
|
implementation "com.google.android.material:compose-theme-adapter:1.1.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
// using a task as a preBuild dependency instead of a function that takes some time insures that it runs
|
// using a task as a preBuild dependency instead of a function that takes some time insures that it runs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user