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
2c49db67
Commit
2c49db67
authored
Aug 26, 2022
by
Kim Jinsung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Task #49379【Android12】API31対応
parent
705ee87e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
ABVJE_Launcher_Android/build.gradle
+3
-3
ABVJE_Res_Default_Android/build.gradle
+3
-3
ABVJE_UI_Android/build.gradle
+3
-3
xwalk_core_library/build.gradle
+3
-3
No files found.
ABVJE_Launcher_Android/build.gradle
View file @
2c49db67
...
...
@@ -17,12 +17,12 @@ dependencies {
}
android
{
compileSdkVersion
3
0
buildToolsVersion
'3
0.0.2
'
compileSdkVersion
3
1
buildToolsVersion
'3
1.0.0
'
defaultConfig
{
minSdkVersion
23
targetSdkVersion
3
0
targetSdkVersion
3
1
multiDexEnabled
true
// from gradle.properties
...
...
ABVJE_Res_Default_Android/build.gradle
View file @
2c49db67
...
...
@@ -6,12 +6,12 @@ buildscript {
apply
plugin:
'com.android.library'
android
{
compileSdkVersion
3
0
buildToolsVersion
'3
0.0.2
'
compileSdkVersion
3
1
buildToolsVersion
'3
1.0.0
'
defaultConfig
{
minSdkVersion
23
targetSdkVersion
3
0
targetSdkVersion
3
1
//abvEnvironments
resValue
(
"string"
,
"acms_address"
,
"${acms_address}"
)
resValue
(
"string"
,
"download_server_address"
,
"${download_server_address}"
)
...
...
ABVJE_UI_Android/build.gradle
View file @
2c49db67
...
...
@@ -26,12 +26,12 @@ dependencies {
}
android
{
compileSdkVersion
30
buildToolsVersion
'30.0.2
'
compileSdkVersion
31
buildToolsVersion
'31.0.0
'
defaultConfig
{
minSdkVersion
23
targetSdkVersion
3
0
targetSdkVersion
3
1
multiDexEnabled
true
}
sourceSets
{
...
...
xwalk_core_library/build.gradle
View file @
2c49db67
apply
plugin:
'com.android.library'
android
{
compileSdkVersion
3
0
buildToolsVersion
'3
0.0.2
'
compileSdkVersion
3
1
buildToolsVersion
'3
1.0.0
'
defaultConfig
{
minSdkVersion
23
targetSdkVersion
3
0
targetSdkVersion
3
1
}
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