Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ShenghuoquanBusiness
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
ShenghuoquanBusiness
Commits
877954d5
Commit
877954d5
authored
Jun 21, 2021
by
shiyl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add 添加屏幕适配
parent
f106c590
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
7 deletions
+13
-7
build.gradle
CommonLib/Common/build.gradle
+0
-1
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+7
-0
config.gradle
config/config.gradle
+3
-1
build.gradle
idcard_quality/build.gradle
+3
-5
No files found.
CommonLib/Common/build.gradle
View file @
877954d5
...
@@ -7,7 +7,6 @@ plugins {
...
@@ -7,7 +7,6 @@ plugins {
android
{
android
{
compileSdkVersion
build_versions
.
compileSdkVersion
compileSdkVersion
build_versions
.
compileSdkVersion
buildToolsVersion
"30.0.2"
publishNonDefault
true
publishNonDefault
true
defaultConfig
{
defaultConfig
{
...
...
app/src/main/AndroidManifest.xml
View file @
877954d5
...
@@ -18,6 +18,13 @@
...
@@ -18,6 +18,13 @@
<uses-permission
android:name=
"android.permission.READ_EXTERNAL_STORAGE"
/>
<uses-permission
android:name=
"android.permission.READ_EXTERNAL_STORAGE"
/>
<uses-permission
android:name=
"android.permission.WRITE_EXTERNAL_STORAGE"
/>
<uses-permission
android:name=
"android.permission.WRITE_EXTERNAL_STORAGE"
/>
<meta-data
android:name=
"design_width_in_dp"
android:value=
"375"
/>
<meta-data
android:name=
"design_height_in_dp"
android:value=
"667"
/>
<application
<application
android:name=
".YdSubwayApplication"
android:name=
".YdSubwayApplication"
...
...
config/config.gradle
View file @
877954d5
...
@@ -82,7 +82,9 @@ ext.dependencies = [
...
@@ -82,7 +82,9 @@ ext.dependencies = [
'com.yidian.framework.mobile:ydutils:1.0.1-SNAPSHOT'
,
'com.yidian.framework.mobile:ydutils:1.0.1-SNAPSHOT'
,
'com.yidian.framework.mobile:xdiamond:1.0.6'
,
'com.yidian.framework.mobile:xdiamond:1.0.6'
,
'com.loopj.android:android-async-http:1.4.9'
'com.loopj.android:android-async-http:1.4.9'
,
// 屏幕适配
'me.jessyan:autosize:1.2.1'
],
],
other
:
[
other
:
[
':CommonLib:Common'
':CommonLib:Common'
...
...
idcard_quality/build.gradle
View file @
877954d5
...
@@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
...
@@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
android
{
android
{
compileSdkVersion
build_versions
.
compileSdkVersion
compileSdkVersion
build_versions
.
compileSdkVersion
buildToolsVersion
"27.0.0"
defaultConfig
{
defaultConfig
{
minSdkVersion
build_versions
.
minSdkVersion
minSdkVersion
build_versions
.
minSdkVersion
targetSdkVersion
build_versions
.
targetSdkVersion
targetSdkVersion
build_versions
.
targetSdkVersion
...
@@ -33,11 +32,10 @@ android {
...
@@ -33,11 +32,10 @@ android {
dependencies
{
dependencies
{
compile
fileTree
(
include:
[
'*.jar'
],
dir:
'libs'
)
implementation
fileTree
(
include:
[
'*.jar'
],
dir:
'libs'
)
androidTestCompile
(
'com.android.support.test.espresso:espresso-core:2.2.2'
,
{
androidTestCompile
(
'com.android.support.test.espresso:espresso-core:2.2.2'
,
{
exclude
group:
'com.android.support'
,
module:
'support-annotations'
exclude
group:
'com.android.support'
,
module:
'support-annotations'
})
})
testCompile
'junit:junit:4.12'
implementation
'com.android.support:appcompat-v7:25+'
compile
'com.android.support:appcompat-v7:25+'
implementation
'com.android.support.constraint:constraint-layout:2.0.1'
compile
'com.android.support.constraint:constraint-layout:1.0.2'
}
}
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