Skip to content

Commit

Permalink
update gradle, versionCode, and versionName
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Zhong committed Dec 26, 2024
1 parent 9d5ca8c commit a26944d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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 {
Expand Down

0 comments on commit a26944d

Please sign in to comment.