mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
Rename OpenPassport to Self (#103)
This commit is contained in:
@@ -82,11 +82,11 @@ android {
|
||||
|
||||
namespace "com.proofofpassportapp"
|
||||
defaultConfig {
|
||||
applicationId "com.proofofpassportapp"
|
||||
applicationId "xyz.self"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 21
|
||||
versionName "2.2.3"
|
||||
versionCode 22
|
||||
versionName "2.2.4"
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
cppFlags += "-fexceptions -frtti -std=c++11"
|
||||
|
||||
Reference in New Issue
Block a user