florent
01/24/2023, 5:25 PMYingding Wang
01/24/2023, 10:59 PMflorent
01/25/2023, 9:26 AMYingding Wang
01/25/2023, 1:50 PMflorent
01/25/2023, 2:21 PMYingding Wang
01/25/2023, 4:18 PMtooling.preview
, so I changed
implementation libs.compose.ui.tooling
to
implementation libs.compose.ui.tooling.preview
debugImplementation libs.compose.ui.tooling
Update:
I turn off my wifi. The ambient mode on the new release build seems to be triggered, the time stopped ticking, but the screen still shows active mode. And after around 30 secs, the time ticks again and stops after that.florent
01/25/2023, 4:53 PMlouiscad
01/25/2023, 4:54 PMYingding Wang
01/25/2023, 5:07 PM<http://proguard-rules.pro|proguard-rules.pro>
before. Is there any tutorial shows how i can do it for the ambient mode?florent
01/25/2023, 5:12 PMYingding Wang
01/25/2023, 5:16 PMshrinkResources false
release {
debuggable false
minifyEnabled false
shrinkResources false
louiscad
01/25/2023, 5:29 PMflorent
01/25/2023, 5:32 PM-keep class com.google.android.wearable.**
-keep interface com.google.android.wearable.**
-keep enum com.google.android.wearable.**
still doesn't worklouiscad
01/25/2023, 5:33 PMflorent
01/25/2023, 5:35 PMWearableActivityController
but I don't think you can have the source code of itYingding Wang
01/25/2023, 5:38 PMcom.google.android.wearable.compat.WearableActivityController
florent
01/25/2023, 5:42 PMcom.google.android.wearable.WearableSharedLib
louiscad
01/26/2023, 8:37 AMflorent
01/26/2023, 9:14 AM