gradle.properties 4.9 KB
Newer Older
Lee Jaebin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# Project-wide Gradle settings.

# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.

# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
org.gradle.jvmargs=-Xmx2560M -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -Duser.variant=debug

# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.configureondemand=true
21 22
android.useAndroidX=true
android.enableJetifier=true
Lee Jaebin committed
23 24 25 26 27 28 29 30 31 32 33
#ABook:ABook4AndroidReleaseKey
#SmartCatalog:SmartCatalogReleaseKey
#GMO:GmoSaaSReleaseKey
#Panasonic:PanasonicSaaSReleaseKey
#HKViewer:hkviewerreleaseKey
keystore=ABVJE_Android_Release.keystore
keyalias=ABook4AndroidReleaseKey
keystorepassword=+ag2ntEc1?
keyaliaspassword=micrOSoft_!sa1ko

# Launcher AndroidManifest.xml
34
app_custompackagename=jp.co.sato.atform
Lee Jaebin committed
35 36 37 38 39
app_versioncode=1

# abvEnvironments.xml

#cms server
40 41 42 43
#acms_address=https://check.abookcloud.com/acms
#download_server_address=https://check.abookcloud.com/acms
acms_address=https://abook188-1.abook.bz/acms
download_server_address=https://abook188-1.abook.bz/acms
44 45
#acms_address=http://10.0.2.2:8080/acms
#download_server_address=http://10.0.2.2:8080/acms
Lee Jaebin committed
46 47

#syncview server
48 49
websocket_server_http_url=https://abook188-1.abook.bz/v1
websocket_server_ws_url=wss://abook188-1.abook.bz/v1
50
#WebSocket debug出力
Lee Jaebin committed
51 52 53 54 55 56 57 58
websocket_debug=false

#Payment Settings
google_public_key1=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4ZRmkZgLL9b5IzZplGDZWh5qCXR52CWo9aRvrB6sjbTWlW9Ra99hokKKZZChAMINpaKb61BkT7bX3sMD1T8+d8yC/
google_public_key2=jtdSzewQsnaXsnVfwUiqZMa5I7feBfs6FZ61LvnUWI6VTAQgwogI9Xa3DcfCfW404tdRJqozpaYFAbT0YQoOZip7jDDkITRVGaMI+m/gOVy2zGN/5+9iLn5XdS+UFEXB97
google_public_key3=LShEIudH7Q7jLZERczfa0PknZCC5I3G0bTNa/EndTMLIR6/W3DLHToDk5L5Nkhx8Nl6V12WGIgHKSLh9OrGZGNnlM8DBmG6ACLm0CXW7KPoSWasiXI7MW6CIs2wIDAQAB

#Application Settings
59
app_name=@Form
60
#true:スリープ禁止, false:スリープ許可
Lee Jaebin committed
61
keep_screen=false
62
scheme_url=jp.agentec.abook.check
63
#true:自動バージョン確認を行わない false:CMSへ自動バージョン確認を行う
Lee Jaebin committed
64 65 66
store_version=false

product_code=1
67
#コンテンツリソースをcacheフォルダに展開するかしないか
Lee Jaebin committed
68
use_cache=true
69
#コンテンツリソースをcacheフォルダに展開する数
Lee Jaebin committed
70 71
cache_size=0

72
#コンテンツのHead暗号化するかしないか
Lee Jaebin committed
73
content_protected=true
74
#use_cacheと同様にPDFサムネイルimageをファイル化するかしないか
Lee Jaebin committed
75
pdf_thumbnail_output=true
76
#use_cacheと同様にPDFページimageをファイル化するかしないか
Lee Jaebin committed
77
pdf_image_output=true
78
#自動新着更新間隔(分) -1のとき自動更新しない
Lee Jaebin committed
79
content_refresh_interval=30
80
#アプリ異常終了時会議室再入室アラート表示期限(分)
Lee Jaebin committed
81
meeting_reenter_alert=1440
82
#これより小さい閲覧時間(秒)のページログは送信しない
Lee Jaebin committed
83
min_page_log_second=3
84
#メニュー表示をサービスオプションに従う
Lee Jaebin committed
85
follow_service_option=true
86
#パスワード失敗時の回数チェックを行うか否か
Lee Jaebin committed
87
is_check_invalid_passward_limit=true
88
#リピート再生のデフォルト値
Lee Jaebin committed
89 90
repeat_default=true

91
#Setting Info(設定画面のABookについての設定情報)
92 93
version_name=1.0.230
release_date=2022/11/08
94 95 96
copy_right=SATO CORPORATION
hope_page=http://www.sato.co.jp
contact_email=grp-atform_support@sato-global.com
Lee Jaebin committed
97 98

#Log Settings
99 100
#log_level=2
log_level=1
101

Lee Jaebin committed
102
default_log_name=abvje
103
#エラーレポート/Exportログ送信方法 1:acms 2:平文メール(開発・テスト時のみ) 3:暗号化添付メール
Lee Jaebin committed
104 105
error_report_flg=1
error_report_email=abook-appsupport@agentec.jp
106
#アプリ専用ログ保存期間(日)(0はログ出力なし)
Lee Jaebin committed
107 108 109 110 111 112 113 114
app_log_retention=7
hprof=false

repository_fqdn=s.abook.bz

# abvFunctionOptions.xml

#Login
115
#0:認証なし, 1:ログインID、パスワード, 2:アカウント文字列、ログインID、パスワード, 3:サイトID、アカウント文字列、ログインID、パスワード4:サイトID、アカウント文字列
Lee Jaebin committed
116
login_mode=2
117
#login_modeが0、1の場合のアカウントパス
Lee Jaebin committed
118 119 120 121 122
account_path=agtcatalog

#GCM
push_message=1

123 124
#手動更新
#0:非表示 1:表示 1.3.1
Lee Jaebin committed
125 126
check_app_update=1

127 128
#ユーザ切り替え時全社グループのコンテンツを削除しない
#0:全てのコンテンツ削除 1:全社のコンテンツ削除しない 1.5.3
Lee Jaebin committed
129 130 131 132
not_delete_all_contents=0

BLJAR_NAME=ABVJE_BL.jar

133 134
#store用の場合、armv7,x86両方ビルド
#storeではない場合、armv7のみビルド
Kazuyuki Hida committed
135 136
#isStoreProduct=true
isStoreProduct=false