File tree 7 files changed +8
-12
lines changed
ProductFlavorsandResources/app
7 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,10 @@ android {
12
12
}
13
13
buildTypes {
14
14
release {
15
+ // This is where the signing cert would be referenced for the release build
15
16
}
16
17
debug {
18
+ // This is where the signing cert would be referenced for the debug build
17
19
}
18
20
}
19
21
Original file line number Diff line number Diff line change 2
2
<resources >
3
3
4
4
<string name =" app_name" >Gradle Product Flavors - Blue</string >
5
- <string name =" main_text" >This is the blue product flavor</string >
6
- <string name =" action_settings" >Settings</string >
5
+ <string name =" product_flavor_text" >This is the blue product flavor</string >
7
6
8
7
</resources >
Original file line number Diff line number Diff line change 2
2
<resources >
3
3
4
4
<string name =" app_name" >Gradle Product Flavors - Green</string >
5
- <string name =" main_text" >This is the green product flavor</string >
6
- <string name =" action_settings" >Settings</string >
5
+ <string name =" product_flavor_text" >This is the green product flavor</string >
7
6
8
7
</resources >
Original file line number Diff line number Diff line change 2
2
<resources >
3
3
4
4
<string name =" app_name" >Gradle Product Flavors - Orange</string >
5
- <string name =" main_text" >This is the orange product flavor</string >
6
- <string name =" action_settings" >Settings</string >
5
+ <string name =" product_flavor_text" >This is the orange product flavor</string >
7
6
8
7
</resources >
Original file line number Diff line number Diff line change 2
2
<resources >
3
3
4
4
<string name =" app_name" >Gradle Product Flavors - Purple</string >
5
- <string name =" main_text" >This is the purple product flavor</string >
6
- <string name =" action_settings" >Settings</string >
5
+ <string name =" product_flavor_text" >This is the purple product flavor</string >
7
6
8
7
</resources >
Original file line number Diff line number Diff line change 2
2
<resources >
3
3
4
4
<string name =" app_name" >Gradle Product Flavors - Red</string >
5
- <string name =" main_text" >This is the red product flavor</string >
6
- <string name =" action_settings" >Settings</string >
5
+ <string name =" product_flavor_text" >This is the red product flavor</string >
7
6
8
7
</resources >
Original file line number Diff line number Diff line change 2
2
<resources >
3
3
4
4
<string name =" app_name" >Gradle Product Flavors - Yellow</string >
5
- <string name =" main_text" >This is the yellow product flavor</string >
6
- <string name =" action_settings" >Settings</string >
5
+ <string name =" product_flavor_text" >This is the yellow product flavor</string >
7
6
8
7
</resources >
You can’t perform that action at this time.
0 commit comments