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