Skip to content

Commit 003544a

Browse files
authored
Enable resValues in buildFeatures
This will be required in AGP 9, but just to prepare for that, we can do it now. Only the default changed, this should have no effect on older AGP versions.
1 parent f4b5acd commit 003544a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ android {
154154

155155
buildFeatures {
156156
buildConfig = true
157+
resValues = true
157158
}
158159

159160
namespace = "com.lagradost.cloudstream3"

0 commit comments

Comments
 (0)