diff --git a/app/build.gradle b/app/build.gradle index 278caeb0..97697968 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,8 @@ android { applicationId "crazydude.com.telemetry" minSdkVersion 17 targetSdkVersion 30 - versionCode 36 - versionName "1.9" + versionCode 37 + versionName "1.9.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true }