mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-07 21:37:02 +09:00
DROID-3224 fixes
This commit is contained in:
parent
946bb85caa
commit
f437b22ccb
3 changed files with 3 additions and 3 deletions
|
@ -106,7 +106,7 @@ android {
|
|||
}
|
||||
|
||||
debug {
|
||||
applicationIdSuffix ".debug"
|
||||
applicationIdSuffix ".dev"
|
||||
debuggable true
|
||||
buildConfigField("String", "AMPLITUDE_KEY", apikeyProperties['amplitude.debug'])
|
||||
//signingConfig signingConfigs.debug
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"client_info": {
|
||||
"mobilesdk_app_id": "1:665406949256:android:8baec30b42ce3ef37c9c3d",
|
||||
"android_client_info": {
|
||||
"package_name": "io.anytype.app.debug"
|
||||
"package_name": "io.anytype.app.dev"
|
||||
}
|
||||
},
|
||||
"oauth_client": [
|
||||
|
|
|
@ -98,7 +98,7 @@ ext.getBuildVersionName = {
|
|||
def date = getCurrentDate()
|
||||
return "${versionMajor}.${versionMinor}.${versionPatch}-${date}"
|
||||
} else {
|
||||
return "${versionMajor}.${versionMinor}.${versionPatch}"
|
||||
return "${versionMajor}.${versionMinor}.${versionPatch}-before-migration"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue