mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
Fix android build (#123)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user