gradle.properties 4.34 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
Lee Munkyeong committed
41 42
#acms_address=http://10.0.2.2:8081/acms
#download_server_address=http://10.0.2.2:8081/acms
Lee Munkyeong committed
43 44
acms_address=https://chatdev2.abook.bz/acms
download_server_address=https://chatdev2.abook.bz/acms
Lee Jaebin committed
45 46

#syncview server
Lee Munkyeong committed
47 48
websocket_server_http_url=https://chatdev2.abook.bz/v1
websocket_server_ws_url=wss://chatdev2.abook.bz/v1
Lee Jaebin committed
49 50 51 52 53 54 55 56 57
#WebSocket debug出力
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
58
app_name=ABook Check
Lee Jaebin committed
59 60
#true:スリープ禁止, false:スリープ許可
keep_screen=false
61
scheme_url=jp.agentec.abook.check
Lee Jaebin committed
62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
#true:自動バージョン確認を行わない false:CMSへ自動バージョン確認を行う
store_version=false

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

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

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

#Log Settings
98
log_level=0
Lee Jaebin committed
99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131
default_log_name=abvje
#エラーレポート/Exportログ送信方法 1:acms 2:平文メール(開発・テスト時のみ) 3:暗号化添付メール
error_report_flg=1
error_report_email=abook-appsupport@agentec.jp
#アプリ専用ログ保存期間(日)(0はログ出力なし)
app_log_retention=7
hprof=false

repository_fqdn=s.abook.bz

# abvFunctionOptions.xml

#Login
#0:認証なし, 1:ログインID、パスワード, 2:アカウント文字列、ログインID、パスワード, 3:サイトID、アカウント文字列、ログインID、パスワード4:サイトID、アカウント文字列
login_mode=2
#login_modeが0、1の場合のアカウントパス
account_path=agtcatalog

#GCM
push_message=1

#手動更新
#0:非表示 1:表示 1.3.1
check_app_update=1

#ユーザ切り替え時全社グループのコンテンツを削除しない
#0:全てのコンテンツ削除 1:全社のコンテンツ削除しない 1.5.3
not_delete_all_contents=0

BLJAR_NAME=ABVJE_BL.jar

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

#1.2.302 Edition
#CHECK = 5
136
#EXFRAME = 6
137
edition_type=5