This repository was archived by the owner on Jul 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
~ limitations under the License.
16
16
-->
17
17
18
- <resources >
18
+ <resources xmlns : tools = " http://schemas.android.com/tools " >
19
19
<!-- Theme to use for the app -->
20
20
<style name =" Theme.Chat" parent =" Theme.MaterialComponents.DayNight.NoActionBar" >
21
21
<item name =" android:statusBarColor" >?attr/colorSurface</item >
22
- <item name =" android:windowLightStatusBar" >?attr/isLightTheme</item >
22
+ <item name =" android:windowLightStatusBar" tools : targetApi = " 23 " >?attr/isLightTheme</item >
23
23
24
24
<item name =" android:navigationBarColor" >?attr/colorSurface</item >
25
- <item name =" android:windowLightNavigationBar" >?attr/isLightTheme</item >
25
+ <item name =" android:windowLightNavigationBar" tools : targetApi = " 27 " >?attr/isLightTheme</item >
26
26
</style >
27
27
</resources >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildscript {
23
23
}
24
24
25
25
dependencies {
26
- classpath ' com.android.tools.build:gradle:7.2.1 '
26
+ classpath ' com.android.tools.build:gradle:7.2.2 '
27
27
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
28
28
}
29
29
}
You can’t perform that action at this time.
0 commit comments