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
1730a742
Commit
1730a742
authored
Aug 20, 2024
by
Kim Jinsung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#60274【Android_APIlevel34】@Form
parent
ebb3ca66
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
19 deletions
+11
-19
ABVJE_Launcher_Android/build.gradle
+4
-11
ABVJE_Res_Default_Android/build.gradle
+2
-2
ABVJE_UI_Android/build.gradle
+2
-2
build.gradle
+2
-3
gradle/wrapper/gradle-wrapper.properties
+1
-1
No files found.
ABVJE_Launcher_Android/build.gradle
View file @
1730a742
...
...
@@ -4,7 +4,6 @@ buildscript {
}
dependencies
{
classpath
'org.ajoberstar:gradle-git:0.12+'
classpath
'com.google.gms:google-services:4.0.1'
}
}
...
...
@@ -17,11 +16,10 @@ dependencies {
}
android
{
compileSdkVersion
33
defaultConfig
{
minSdkVersion
23
targetSdkVersion
33
targetSdkVersion
34
compileSdk
34
multiDexEnabled
true
// from gradle.properties
...
...
@@ -33,11 +31,6 @@ android {
manifestPlaceholders
=
[
HOME_APP:
"android.intent.category.DEFAULT"
]
}
dexOptions
{
preDexLibraries
=
true
jumboMode
=
true
javaMaxHeapSize
"2g"
}
signingConfigs
{
release
{
storeFile
file
(
keystore
)
...
...
@@ -79,8 +72,8 @@ android {
}
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1
_8
targetCompatibility
JavaVersion
.
VERSION_1
_8
sourceCompatibility
JavaVersion
.
VERSION_1
1
targetCompatibility
JavaVersion
.
VERSION_1
1
}
flavorDimensions
"default"
// OK
...
...
ABVJE_Res_Default_Android/build.gradle
View file @
1730a742
...
...
@@ -6,11 +6,11 @@ buildscript {
apply
plugin:
'com.android.library'
android
{
compileSdkVersion
33
defaultConfig
{
minSdkVersion
23
targetSdkVersion
33
targetSdkVersion
34
compileSdk
34
//abvEnvironments
resValue
(
"string"
,
"acms_address"
,
"${acms_address}"
)
resValue
(
"string"
,
"download_server_address"
,
"${download_server_address}"
)
...
...
ABVJE_UI_Android/build.gradle
View file @
1730a742
...
...
@@ -26,11 +26,11 @@ dependencies {
}
android
{
compileSdkVersion
33
defaultConfig
{
minSdkVersion
23
targetSdkVersion
33
targetSdkVersion
34
compileSdk
34
multiDexEnabled
true
}
sourceSets
{
...
...
build.gradle
View file @
1730a742
...
...
@@ -6,9 +6,8 @@ buildscript {
google
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.6.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath
"com.android.tools.build:gradle:7.4.2"
classpath
'com.google.gms:google-services:4.3.8'
}
}
...
...
gradle/wrapper/gradle-wrapper.properties
View file @
1730a742
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5.6.4-all
.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
8.5-bin
.zip
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