Updated on 2026-08-14

This commit is contained in:
Tangem 2020-10-01 16:36:13 +00:00
commit af9f809804

View file

@ -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"