Skip to content

Commit

Permalink
Update defaultAndroidSettings.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar authored Nov 2, 2023
1 parent 631d74d commit 453ae19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions defaultAndroidSettings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ android {
compileSdkVersion libs.versions.android.compileSdk.get().toInteger()
buildToolsVersion libs.versions.android.buildTools.get()

namespace "${group}.${project.name}"

defaultConfig {
minSdkVersion libs.versions.android.minSdk.get().toInteger()
targetSdkVersion libs.versions.android.compileSdk.get().toInteger()
Expand Down

0 comments on commit 453ae19

Please sign in to comment.