Updated on 2026-08-14
This commit is contained in:
parent
6191b2772f
commit
01d5e5ba60
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ android {
|
|||
compileSdkVersion 29
|
||||
defaultConfig {
|
||||
applicationId "com.tangem.wallet"
|
||||
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 1
|
||||
versionName project.hasProperty('versionName') ? project.property('versionName') : "1.0.0.-SNAPSHOT"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue