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 6b3c5c5 commit a7ffeb7
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"
versionCode 6
versionName "1.3.1"
}
buildTypes {
release {
Expand Down

0 comments on commit a7ffeb7

Please sign in to comment.