* compiler

* Update versionCode and versionName in build.gradle

---------

Co-authored-by: skalthoff <32023561+skalthoff@users.noreply.github.com>
Co-authored-by: Violet Caulfield <42452695+anultravioletaurora@users.noreply.github.com>
This commit is contained in:
Ritesh Shukla
2025-12-06 02:28:28 +05:30
committed by GitHub
parent 1e4e654ffe
commit 314c0d1d5b

View File

@@ -93,6 +93,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 157
versionName "0.22.1"
resValue "string", "build_config_package", "com.jellify"
}
signingConfigs {
debug {
@@ -146,4 +148,4 @@ dependencies {
implementation "com.google.android.gms:play-services-cast-framework:+"
implementation("com.facebook.react:hermes-android")
}
}