fixes in build

This commit is contained in:
2023-09-06 19:15:09 +06:00
parent 0318716236
commit a65cf1481c
37 changed files with 37 additions and 36 deletions

View File

@@ -9,6 +9,7 @@ android {
targetSdkVersion libs.versions.android.props.compileSdk.get().toInteger()
versionCode "${android_code_version}".toInteger()
versionName "$version"
namespace "${project.group}.${project.name}"
}
buildTypes {
release {