Skip to content

Commit 3e380b8

Browse files
committed
Merge remote-tracking branch 'origin/main' into in-memory-datastore
2 parents 8ca16d8 + beb091d commit 3e380b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/prodRelease-badging.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ application-icon-640:'res/mipmap-anydpi-v26/ic_launcher.xml'
105105
application-icon-65534:'res/mipmap-anydpi-v26/ic_launcher.xml'
106106
application: label='Now in Android' icon='res/mipmap-anydpi-v26/ic_launcher.xml'
107107
launchable-activity: name='com.google.samples.apps.nowinandroid.MainActivity' label='' icon=''
108+
uses-library-not-required:'android.ext.adservices'
108109
uses-library-not-required:'androidx.window.extensions'
109110
uses-library-not-required:'androidx.window.sidecar'
110-
uses-library-not-required:'android.ext.adservices'
111111
feature-group: label=''
112112
uses-feature: name='android.hardware.faketouch'
113113
uses-implied-feature: name='android.hardware.faketouch' reason='default feature for all apps'

compose_compiler_config.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 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.
33
// For more information, check https://developer.android.com/jetpack/compose/performance/stability/fix#configuration-file
44

55
// We always use immutable classes for our data model, to avoid running the Compose compiler

0 commit comments

Comments
 (0)