Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abook_check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_android
abook_check
Commits
e16c3ae8
Commit
e16c3ae8
authored
Sep 09, 2020
by
Kim Jinsung
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'features/1.2.302' into features/1.2.360
parents
3ff012b5
bc286274
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
23 additions
and
17 deletions
+23
-17
ABVJE_Launcher_Android/build.gradle
+2
-2
ABVJE_Res_Default_Android/build.gradle
+4
-4
ABVJE_UI_Android/build.gradle
+4
-3
CustomizeResource/eXFrame/customize/ABVJE_Res_Default_Android/res/drawable-xhdpi/app_icon.png
+0
-0
CustomizeResource/eXFrame/customize/ABVJE_Res_Default_Android/res/drawable-xhdpi/icon.png
+0
-0
CustomizeResource/eXFrame/customize/ABVJE_Res_Default_Android/res/drawable-xhdpi/logo_login.png
+0
-0
gradle.properties
+9
-4
xwalk_core_library/build.gradle
+4
-4
No files found.
ABVJE_Launcher_Android/build.gradle
View file @
e16c3ae8
...
...
@@ -13,11 +13,11 @@ apply plugin: 'com.google.gms.google-services'
dependencies
{
implementation
project
(
':ABVJE_UI_Android'
)
implementation
'com.android.support:multidex:1.0.
2
'
implementation
'com.android.support:multidex:1.0.
3
'
}
android
{
compileSdkVersion
2
8
compileSdkVersion
2
6
buildToolsVersion
'28.0.3'
defaultConfig
{
...
...
ABVJE_Res_Default_Android/build.gradle
View file @
e16c3ae8
...
...
@@ -6,12 +6,12 @@ buildscript {
apply
plugin:
'com.android.library'
android
{
compileSdkVersion
2
1
buildToolsVersion
'2
7
.0.3'
compileSdkVersion
2
6
buildToolsVersion
'2
8
.0.3'
defaultConfig
{
minSdkVersion
16
targetSdkVersion
2
8
minSdkVersion
23
targetSdkVersion
2
9
//abvEnvironments
resValue
(
"string"
,
"acms_address"
,
"${acms_address}"
)
resValue
(
"string"
,
"download_server_address"
,
"${download_server_address}"
)
...
...
ABVJE_UI_Android/build.gradle
View file @
e16c3ae8
...
...
@@ -8,6 +8,7 @@ apply plugin: 'com.android.library'
dependencies
{
implementation
'com.android.support:multidex:1.0.3'
implementation
project
(
':ABVJE_BL'
)
implementation
project
(
':ABVJE_Res_Default_Android'
)
implementation
files
(
'libs/ozrv_android.jar'
)
...
...
@@ -26,11 +27,11 @@ dependencies {
android
{
compileSdkVersion
26
buildToolsVersion
'2
7
.0.3'
buildToolsVersion
'2
8
.0.3'
defaultConfig
{
minSdkVersion
16
targetSdkVersion
2
8
minSdkVersion
23
targetSdkVersion
2
9
multiDexEnabled
true
}
sourceSets
{
...
...
CustomizeResource/eXFrame/customize/ABVJE_Res_Default_Android/res/drawable-xhdpi/app_icon.png
0 → 100755
View file @
e16c3ae8
3 KB
CustomizeResource/eXFrame/customize/ABVJE_Res_Default_Android/res/drawable-xhdpi/icon.png
0 → 100755
View file @
e16c3ae8
2.63 KB
CustomizeResource/eXFrame/customize/ABVJE_Res_Default_Android/res/drawable-xhdpi/logo_login.png
0 → 100755
View file @
e16c3ae8
8.17 KB
gradle.properties
View file @
e16c3ae8
...
...
@@ -86,8 +86,8 @@ is_check_invalid_passward_limit=true
repeat_default
=
true
#Setting Info(設定画面のABookについての設定情報)
version_name
=
1.2.30
1
release_date
=
2020/0
8/31
version_name
=
1.2.30
2
release_date
=
2020/0
9/08
copy_right
=
2016 AGENTEC Co.,Ltd. All rights reserved.
hope_page
=
http://www.agentec.jp
contact_email
=
abook-appsupport@agentec.jp
...
...
@@ -127,4 +127,9 @@ BLJAR_NAME=ABVJE_BL.jar
#store用の場合、armv7,x86両方ビルド
#storeではない場合、armv7のみビルド
isStoreProduct
=
false
\ No newline at end of file
isStoreProduct
=
false
#1.2.302 Edition
#CHECK = 5
#EXFRAME = 6
edition_type
=
5
\ No newline at end of file
xwalk_core_library/build.gradle
View file @
e16c3ae8
apply
plugin:
'com.android.library'
android
{
compileSdkVersion
2
1
buildToolsVersion
'2
7
.0.3'
compileSdkVersion
2
6
buildToolsVersion
'2
8
.0.3'
defaultConfig
{
minSdkVersion
16
targetSdkVersion
2
8
minSdkVersion
23
targetSdkVersion
2
9
}
buildTypes
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment