Minor fix for width check

This commit is contained in:
WardPearce
2024-10-13 21:44:38 +13:00
parent 34d85f3423
commit fa231b9ed4
6 changed files with 27 additions and 19 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "us.materialio.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 59
versionName "1.6.8"
versionCode 60
versionName "1.6.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.