Skip to content

Commit

Permalink
Cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Nov 27, 2023
1 parent 97b015f commit 9fa16b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {
}

android {
namespace 'info.hannes.github.sample'
defaultConfig {
versionCode getGitCommitCount()
versionName "1.0"
Expand All @@ -30,7 +31,6 @@ android {
buildFeatures {
viewBinding = true
}
namespace 'info.hannes.github.sample'
}

dependencies {
Expand Down
3 changes: 1 addition & 2 deletions githubAppUpdate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
}

android {
namespace 'info.hannes.github'
defaultConfig {
compileSdk propCompileSdkVersion
targetSdkVersion 34
Expand All @@ -18,8 +19,6 @@ android {
kotlinOptions {
jvmTarget = '17'
}

namespace 'info.hannes.github'
}

dependencies {
Expand Down

0 comments on commit 9fa16b9

Please sign in to comment.