File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,9 +105,9 @@ application-icon-640:'res/mipmap-anydpi-v26/ic_launcher.xml'
105
105
application-icon-65534:'res/mipmap-anydpi-v26/ic_launcher.xml'
106
106
application: label='Now in Android' icon='res/mipmap-anydpi-v26/ic_launcher.xml'
107
107
launchable-activity: name='com.google.samples.apps.nowinandroid.MainActivity' label='' icon=''
108
+ uses-library-not-required:'android.ext.adservices'
108
109
uses-library-not-required:'androidx.window.extensions'
109
110
uses-library-not-required:'androidx.window.sidecar'
110
- uses-library-not-required:'android.ext.adservices'
111
111
feature-group: label=''
112
112
uses-feature: name='android.hardware.faketouch'
113
113
uses-implied-feature: name='android.hardware.faketouch' reason='default feature for all apps'
Original file line number Diff line number Diff line change 1
1
// This file contains classes (with possible wildcards) that the Compose Compiler will treat as stable.
2
- // It allows us to define classes that our not part of our codebase without wrapping them in a stable class.
2
+ // It allows us to define classes that are not part of our codebase without wrapping them in a stable class.
3
3
// For more information, check https://developer.android.com/jetpack/compose/performance/stability/fix#configuration-file
4
4
5
5
// We always use immutable classes for our data model, to avoid running the Compose compiler
You can’t perform that action at this time.
0 commit comments