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
caa19b41
Commit
caa19b41
authored
May 17, 2022
by
onuma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ビルド用の設定を変更した
parent
9f05b8a0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
ABVJE_Launcher_Android/build.gradle
+2
-2
ABVJE_Res_Default_Android/build.gradle
+2
-3
No files found.
ABVJE_Launcher_Android/build.gradle
View file @
caa19b41
...
@@ -17,11 +17,11 @@ dependencies {
...
@@ -17,11 +17,11 @@ dependencies {
}
}
android
{
android
{
compileSdkVersion
2
8
compileSdkVersion
2
9
buildToolsVersion
'28.0.3'
buildToolsVersion
'28.0.3'
defaultConfig
{
defaultConfig
{
minSdkVersion
2
3
minSdkVersion
2
7
multiDexEnabled
true
multiDexEnabled
true
// from gradle.properties
// from gradle.properties
...
...
ABVJE_Res_Default_Android/build.gradle
View file @
caa19b41
...
@@ -6,12 +6,11 @@ buildscript {
...
@@ -6,12 +6,11 @@ buildscript {
apply
plugin:
'com.android.library'
apply
plugin:
'com.android.library'
android
{
android
{
compileSdkVersion
2
1
compileSdkVersion
2
8
buildToolsVersion
'27.0.3'
buildToolsVersion
'27.0.3'
defaultConfig
{
defaultConfig
{
minSdkVersion
18
minSdkVersion
27
targetSdkVersion
28
//abvEnvironments
//abvEnvironments
resValue
(
"string"
,
"acms_address"
,
"${acms_address}"
)
resValue
(
"string"
,
"acms_address"
,
"${acms_address}"
)
resValue
(
"string"
,
"download_server_address"
,
"${download_server_address}"
)
resValue
(
"string"
,
"download_server_address"
,
"${download_server_address}"
)
...
...
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