Skip to content

Commit

Permalink
[chore] Updates version and adds namespace to app/build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
coderPaddyS committed Apr 2, 2024
1 parent 6d6c0d5 commit d6b230d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Expand Up @@ -6,13 +6,14 @@ plugins {
}

android {
namespace "org.secuso.privacyfriendly2048"
defaultConfig {
applicationId 'org.secuso.privacyfriendly2048'
minSdkVersion 21
targetSdkVersion 34
compileSdk 34
versionCode 5
versionName "1.3"
versionName "1.3.1"
}
buildTypes {
release {
Expand All @@ -35,7 +36,7 @@ android {
}

android.applicationVariants.configureEach { variant ->
variant.outputs.all {
variant.outputs.configureEach {
def appName = "pfa-2048"
outputFileName = appName + "-${variant.name}-v${variant.versionName}.apk"
}
Expand Down

0 comments on commit d6b230d

Please sign in to comment.