Skip to content

Commit

Permalink
move android namespace into gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sproctor committed Dec 30, 2022
1 parent 7c87c85 commit d59b2b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 3 additions & 2 deletions color-picker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ kotlin {
}

android {
compileSdk = 31
namespace = "com.godaddy.common.colorpicker"
compileSdk = 33
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
defaultConfig {
minSdk = 21
targetSdk = 31
targetSdk = 33
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
Expand Down
5 changes: 0 additions & 5 deletions color-picker/src/androidMain/AndroidManifest.xml

This file was deleted.

0 comments on commit d59b2b0

Please sign in to comment.