Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed policy "When you publish a new app, you must target API 33" #2233

Conversation

rfontanarosa
Copy link
Collaborator

@rfontanarosa rfontanarosa commented Feb 12, 2024

@rfontanarosa rfontanarosa requested a review from gino-m February 12, 2024 13:34
@rfontanarosa rfontanarosa self-assigned this Feb 12, 2024
@gino-m
Copy link
Collaborator

gino-m commented Feb 12, 2024

Several tests are failing now:


com.google.android.ground.ui.home.HomeScreenFragmentTest > offlineMapImageryMenuIsEnabledWhenActiveSurveyHasBasemap FAILED
    androidx.test.espresso.base.AssertionErrorHandler$AssertionFailedWithCauseError at HomeScreenFragmentTest.kt:154
        Caused by: junit.framework.AssertionFailedError at HomeScreenFragmentTest.kt:154

com.google.android.ground.ui.home.HomeScreenFragmentTest > offlineMapImageryMenuIsDisabledWhenActiveSurveyHasNoBasemap FAILED
    androidx.test.espresso.base.AssertionErrorHandler$AssertionFailedWithCauseError at HomeScreenFragmentTest.kt:145
        Caused by: junit.framework.AssertionFailedError at HomeScreenFragmentTest.kt:145

com.google.android.ground.ui.home.NavigationDrawerItemClickTest > clickDrawerMenuItem[Clicking 'change survey' should navigate to fragment] FAILED
    androidx.test.espresso.base.AssertionErrorHandler$AssertionFailedWithCauseError at HomeScreenFragmentTest.kt:179
        Caused by: junit.framework.AssertionFailedError at HomeScreenFragmentTest.kt:179

com.google.android.ground.ui.home.NavigationDrawerItemClickTest > clickDrawerMenuItem[Clicking 'sync status' should navigate to fragment] FAILED
    androidx.test.espresso.base.AssertionErrorHandler$AssertionFailedWithCauseError at HomeScreenFragmentTest.kt:179
        Caused by: junit.framework.AssertionFailedError at HomeScreenFragmentTest.kt:179

com.google.android.ground.ui.home.NavigationDrawerItemClickTest > clickDrawerMenuItem[Clicking 'offline map imagery' when survey doesn't have offline tiles should do nothing] FAILED
    androidx.test.espresso.base.AssertionErrorHandler$AssertionFailedWithCauseError at HomeScreenFragmentTest.kt:179
        Caused by: junit.framework.AssertionFailedError at HomeScreenFragmentTest.kt:179

com.google.android.ground.ui.home.NavigationDrawerItemClickTest > clickDrawerMenuItem[Clicking 'offline map imagery' when survey has offline tiles should navigate to fragment] FAILED
    androidx.test.espresso.base.AssertionErrorHandler$AssertionFailedWithCauseError at HomeScreenFragmentTest.kt:179
        Caused by: junit.framework.AssertionFailedError at HomeScreenFragmentTest.kt:179

com.google.android.ground.ui.home.NavigationDrawerItemClickTest > clickDrawerMenuItem[Clicking 'settings' should navigate to fragment] FAILED
    androidx.test.espresso.base.AssertionErrorHandler$AssertionFailedWithCauseError at HomeScreenFragmentTest.kt:179
        Caused by: junit.framework.AssertionFailedError at HomeScreenFragmentTest.kt:179

@shobhitagarwal1612 Any chance you could lend a hand to help resolve these? @sufyanAbbasi FYI.

@shobhitagarwal1612
Copy link
Member

@gino-m Will take a pass at it today.

@shobhitagarwal1612 shobhitagarwal1612 self-assigned this Feb 13, 2024
@shobhitagarwal1612
Copy link
Member

Closing in favor of #2247

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Release] API Level must be at least 33
3 participants