File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ android {
1111 minSdkVersion rootProject. ext. minSdkVersion
1212 targetSdkVersion rootProject. ext. targetSdkVersion
1313
14+ buildConfigField " String" , " TINKER_VERSION" , " \" ${ rootProject.ext.VERSION_NAME} \" "
15+
16+ manifestPlaceholders = [TINKER_VERSION : " ${ rootProject.ext.VERSION_NAME} " ]
17+
1418 consumerProguardFiles file(' ../consumer-proguard.txt' )
1519 }
1620
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ android {
1111 minSdkVersion rootProject. ext. minSdkVersion
1212 targetSdkVersion rootProject. ext. targetSdkVersion
1313
14+ buildConfigField " String" , " TINKER_VERSION" , " \" ${ rootProject.ext.VERSION_NAME} \" "
15+
16+ manifestPlaceholders = [TINKER_VERSION : " ${ rootProject.ext.VERSION_NAME} " ]
17+
1418 consumerProguardFiles file(' ../consumer-proguard.txt' )
1519 }
1620
You can’t perform that action at this time.
0 commit comments