gradle.properties 4.75 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 21 22 23 24 25 26 27 28 29 30 31 32 33 34
# 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

#ABook:ABook4AndroidReleaseKey
#SmartCatalog:SmartCatalogReleaseKey
#GMO:GmoSaaSReleaseKey
#Panasonic:PanasonicSaaSReleaseKey
#HKViewer:hkviewerreleaseKey
keystore=ABVJE_Android_Release.keystore
keyalias=ABook4AndroidReleaseKey
keystorepassword=+ag2ntEc1?
keyaliaspassword=micrOSoft_!sa1ko

android.useDeprecatedNdk=true

# Launcher AndroidManifest.xml
35
app_custompackagename=jp.co.agentec.abookplus.check
Lee Jaebin committed
36 37 38 39 40
app_versioncode=1

# abvEnvironments.xml

#cms server
41 42
acms_address=https://check.abookcloud.com/acms
download_server_address=https://check.abookcloud.com/acms
Lee Jaebin committed
43 44

#syncview server
Lee Munkyeong committed
45 46
websocket_server_http_url=https://checkdev1.agentec.jp/v1
websocket_server_ws_url=wss://checkdev1.agentec.jp/v1
47
#WebSocket debug出力
Lee Jaebin committed
48 49 50 51 52 53 54 55
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
56
app_name=ABook Check
57
#true:スリープ禁止, false:スリープ許可
Lee Jaebin committed
58
keep_screen=false
59
scheme_url=jp.agentec.abook.check
60
#true:自動バージョン確認を行わない false:CMSへ自動バージョン確認を行う
Lee Jaebin committed
61 62 63
store_version=false

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

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

88
#Setting Info(設定画面のABookについての設定情報)
89
version_name=1.3.201
90
release_date=2021/07/06
Lee Jaebin committed
91 92 93 94 95
copy_right=2016 AGENTEC Co.,Ltd. All rights reserved.
hope_page=http://www.agentec.jp
contact_email=abook-appsupport@agentec.jp

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

repository_fqdn=s.abook.bz

# abvFunctionOptions.xml

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

#GCM
push_message=1

118 119
#手動更新
#0:非表示 1:表示 1.3.1
Lee Jaebin committed
120 121
check_app_update=1

122 123
#ユーザ切り替え時全社グループのコンテンツを削除しない
#0:全てのコンテンツ削除 1:全社のコンテンツ削除しない 1.5.3
Lee Jaebin committed
124 125 126 127
not_delete_all_contents=0

BLJAR_NAME=ABVJE_BL.jar

128 129
#store用の場合、armv7,x86両方ビルド
#storeではない場合、armv7のみビルド
130 131 132 133
isStoreProduct=false

#1.2.302 Edition
#CHECK = 5
134
#EXFRAME = 6
135
edition_type=5