Tvede-dk / CommonsenseAndroidKotlin

MIT License
8 stars 0 forks source link

resource groups order is reversed for 3.6.1 / 3.6.2 #27

Closed Tvede-dk closed 4 years ago

Tvede-dk commented 4 years ago

L 35

 it.res.srcDirs = [rootResDir] + srcDirs

should be

 it.res.srcDirs = srcDirs +[rootResDir] 

for android version 3.6.2 (3.6.1) and or maybe more.