diff --git a/app/build.gradle b/app/build.gradle index e886109..532d0c8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,7 +14,7 @@ android { applicationId "kz.istt.locust" minSdkVersion 15 versionCode 113 - versionName "3.0.9" + versionName "3.0.10" targetSdkVersion 35 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true @@ -39,7 +39,7 @@ android { targetCompatibility JavaVersion.VERSION_21 } namespace 'kz.istt.locust' - compileSdk 34 + compileSdk 35 } dependencies {