Skip to content

Commit e3f9190

Browse files
committed
v3.6
1 parent a6b767e commit e3f9190

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

app/build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ android {
2121
}
2222
}
2323

24+
flavorDimensions 'type'
25+
26+
productFlavors {
27+
dev {
28+
dimension = 'type'
29+
}
30+
prod {
31+
dimension = 'type'
32+
}
33+
}
34+
2435
sourceSets {
2536
main.res.srcDirs = ['src/main/res', 'src/other_source/res']
2637
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext.kotlin_version = '1.3.50'
5-
ext.stringcare_version = '3.5'
5+
ext.stringcare_version = '3.6'
66

77
repositories {
88
google()

0 commit comments

Comments
 (0)