Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
I
ios-ipad学生端
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
庄总
ios-ipad学生端
Commits
216ac2a3
Commit
216ac2a3
authored
Jan 05, 2022
by
zhangkaixuan11
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
dd56bd52
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
5 deletions
+15
-5
android/app/src/main/AndroidManifest.xml
android/app/src/main/AndroidManifest.xml
+2
-0
android/build.gradle
android/build.gradle
+11
-4
android/gradle/wrapper/gradle-wrapper.properties
android/gradle/wrapper/gradle-wrapper.properties
+2
-1
No files found.
android/app/src/main/AndroidManifest.xml
View file @
216ac2a3
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
package=
"com.fenghua_student_client"
>
package=
"com.fenghua_student_client"
>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<application
<application
tools:replace=
"android:allowBackup"
android:name=
".MainApplication"
android:name=
".MainApplication"
android:label=
"@string/app_name"
android:label=
"@string/app_name"
android:icon=
"@mipmap/ic_launcher"
android:icon=
"@mipmap/ic_launcher"
...
...
android/build.gradle
View file @
216ac2a3
...
@@ -2,17 +2,21 @@
...
@@ -2,17 +2,21 @@
buildscript
{
buildscript
{
ext
{
ext
{
buildToolsVersion
=
"29.0.2
"
buildToolsVersion
=
"29.0.3
"
minSdkVersion
=
16
minSdkVersion
=
21
compileSdkVersion
=
29
compileSdkVersion
=
29
targetSdkVersion
=
29
targetSdkVersion
=
29
ndkVersion
=
"20.1.5948944"
}
}
repositories
{
repositories
{
maven
{
url
'https://maven.aliyun.com/repository/public'
}
maven
{
url
'https://maven.aliyun.com/repository/google'
}
maven
{
url
'https://maven.aliyun.com/repository/gradle-plugin'
}
google
()
google
()
jcenter
()
jcenter
()
}
}
dependencies
{
dependencies
{
classpath
(
"com.android.tools.build:gradle:
3.5.3
"
)
classpath
(
"com.android.tools.build:gradle:
4.1.0
"
)
// NOTE: Do not place your application dependencies here; they belong
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
// in the individual module build.gradle files
}
}
...
@@ -32,6 +36,9 @@ allprojects {
...
@@ -32,6 +36,9 @@ allprojects {
google
()
google
()
jcenter
()
jcenter
()
maven
{
url
'https://maven.aliyun.com/repository/public'
}
maven
{
url
'https://maven.aliyun.com/repository/google'
}
maven
{
url
'https://maven.aliyun.com/repository/gradle-plugin'
}
maven
{
url
'https://www.jitpack.io'
}
maven
{
url
'https://www.jitpack.io'
}
}
}
}
}
android/gradle/wrapper/gradle-wrapper.properties
View file @
216ac2a3
distributionBase
=
GRADLE_USER_HOME
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-6.2-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-6.7-all.zip
# distributionUrl=file:///C:/Users/zkx/Downloads/gradle-6.2-all.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
zipStorePath
=
wrapper/dists
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