Skip to content

Commit

Permalink
Revert agp upgrade
Browse files Browse the repository at this point in the history
* Revert agp upgrade
  • Loading branch information
cp-radhika-s authored Aug 3, 2023
1 parent 5dff3f4 commit bba2e1b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
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
3 changes: 1 addition & 2 deletions countrypicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

ext {
PUBLISH_GROUP_ID = 'com.canopas.jetcountrypicker'
PUBLISH_VERSION = '1.0.7'
PUBLISH_VERSION = '1.0.8'
PUBLISH_ARTIFACT_ID = 'jetcountrypicker'
}
apply from: "${rootDir}/scripts/publish-module.gradle"
Expand Down 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 bba2e1b

Please sign in to comment.