Skip to content

Commit

Permalink
Rename package and uninstall navigation compose test apk
Browse files Browse the repository at this point in the history
  • Loading branch information
KovalevAndrey committed May 1, 2024
1 parent 3d45d48 commit 7dfbbfb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/navigation-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

android {
namespace = "com.bumble.appyx.sample.navigtion.compose"
namespace = "com.bumble.appyx.sample.navigation.compose"
compileSdk = libs.versions.androidCompileSdk.get().toInt()

defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import androidx.compose.ui.test.junit4.createAndroidComposeRule
import androidx.compose.ui.test.onNodeWithText
import androidx.compose.ui.test.performClick
import com.bumble.appyx.core.integrationpoint.LocalIntegrationPoint
import com.bumble.appyx.sample.navigation.compose.ComposeNavigationRoot
import com.bumble.appyx.testing.ui.rules.AppyxTestActivity
import org.junit.Rule
import org.junit.Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.bumble.appyx.sample.navigtion.compose
package com.bumble.appyx.sample.navigation.compose

import android.os.Parcelable
import androidx.compose.foundation.layout.Column
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.bumble.appyx.sample.navigtion.compose
package com.bumble.appyx.sample.navigation.compose

import androidx.compose.foundation.background
import androidx.compose.foundation.layout.Arrangement
Expand Down
1 change: 1 addition & 0 deletions samples/sandbox/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ android {
release {
isMinifyEnabled = false
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
signingConfig = signingConfigs.getByName("debug")
}
}
buildFeatures {
Expand Down

0 comments on commit 7dfbbfb

Please sign in to comment.