Handle interactive add menu commands

This commit is contained in:
Joe Tretter
2026-05-18 20:39:06 -05:00
parent 3c437c980a
commit eb24866a7a
5 changed files with 150 additions and 17 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 35
versionCode = 154
versionName = "0.1.153"
versionCode = 155
versionName = "0.1.154"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true