Fix android build (#123)

This commit is contained in:
Justin Hernandez
2025-02-15 06:51:28 -06:00
committed by GitHub
parent 3dffb29961
commit f40493439d
23 changed files with 8 additions and 216 deletions

View File

@@ -85,8 +85,8 @@ android {
applicationId "xyz.self"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 22
versionName "2.2.4"
versionCode 23
versionName "2.2.5"
externalNativeBuild {
cmake {
cppFlags += "-fexceptions -frtti -std=c++11"
@@ -161,4 +161,6 @@ dependencies {
implementation "androidx.concurrent:concurrent-futures:1.1.0"
implementation "com.google.guava:guava:31.1-android"
implementation "androidx.profileinstaller:profileinstaller:1.3.1"
implementation "com.google.android.play:app-update:2.1.0"
}