Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-radhika-s committed Aug 3, 2023
1 parent 70254ed commit 662211f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 10 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Publish
on:
push:
tags:
- '*'
on: [ push ]

jobs:
publish:
Expand Down
3 changes: 0 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ android {
composeOptions {
kotlinCompilerExtensionVersion compose_compiler_version
}

namespace 'com.canopas.campose.jetcountypicker'

}

dependencies {
Expand Down
1 change: 0 additions & 1 deletion countrypicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ android {
kotlinCompilerExtensionVersion compose_compiler_version
}

namespace 'com.canopas.jetcountrypicker'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion countrypicker/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest>
<manifest package="com.canopas.campose.countrypicker">

</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import androidx.compose.ui.text.input.KeyboardType
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import com.canopas.jetcountrypicker.R

@Composable
fun CountrySearchView(searchValue: String, onSearch: (searchValue: String) -> Unit) {
Expand Down

0 comments on commit 662211f

Please sign in to comment.