Remove user message dependency from level validators

This commit is contained in:
Joe Tretter
2026-06-26 18:10:48 -05:00
parent 4b94173ae5
commit caaf26a541
3 changed files with 26 additions and 7 deletions

View File

@@ -20,8 +20,8 @@ android {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 35
versionCode = 181
versionName = "0.1.180"
versionCode = 182
versionName = "0.1.181"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true