Skip to content

Commit

Permalink
Change request for google play - step 1
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfsolver committed Oct 15, 2024
1 parent 4ba8d93 commit 3a6acbd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
}

defaultConfig {
applicationId "com.money.manager.ex"
applicationId "com.money.manager.ex.android"
versionCode 1041
//versionName getVersionAsDate() + "." + versionCode
versionName "2024.09.21"
Expand Down Expand Up @@ -128,6 +128,11 @@ android {
includeAndroidResources = true
}
}
buildTypes {
release {
signingConfig signingConfigs.release
}
}
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildscript {

ext {
compileSdk = 33
targetSdk = 31
targetSdk = 34
buildToolsVersion = '30.0.2'
supportLibrary = '1.0.0'
ext.kotlin_version = '1.9.0'
Expand Down

0 comments on commit 3a6acbd

Please sign in to comment.