diff --git a/app/build.gradle b/app/build.gradle index 14e9aebfe..b76cd37e4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,8 +24,8 @@ android { applicationId "org.hackillinois.android" minSdkVersion 23 targetSdkVersion 33 - versionCode 53 - versionName "2024.1.1" + versionCode 54 + versionName "2024.1.2" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true