diff --git a/app/build.gradle b/app/build.gradle index 8fd37ca..6955080 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,7 +12,7 @@ buildscript { } plugins { - id "io.sentry.android.gradle" version "4.10.0" + id "io.sentry.android.gradle" version "4.14.1" id 'com.android.application' id 'kotlin-android' id 'com.ydq.android.gradle.native-aar.import' @@ -38,8 +38,8 @@ android { applicationId "com.example.vu.android" minSdkVersion 21 targetSdkVersion 29 - versionCode System.getenv('VERSION_CODE')?.toInteger() ?: 48 - versionName System.getenv('VERSION_NAME') ?: "2.11.3" + versionCode System.getenv('VERSION_CODE')?.toInteger() ?: 241226 + versionName System.getenv('VERSION_NAME') ?: "24.12.26" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" externalNativeBuild {