Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flutter_jpush_vip
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
李增强
flutter_jpush_vip
Commits
527d7c9c
Commit
527d7c9c
authored
Jul 28, 2022
by
Alex
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix build
parent
12916fa8
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
5 additions
and
104 deletions
+5
-104
android/.gitignore
android/.gitignore
+1
-2
android/.idea/.gitignore
android/.idea/.gitignore
+0
-3
android/.idea/.name
android/.idea/.name
+0
-1
android/.idea/caches/build_file_checksums.ser
android/.idea/caches/build_file_checksums.ser
+0
-0
android/.idea/compiler.xml
android/.idea/compiler.xml
+0
-6
android/.idea/gradle.xml
android/.idea/gradle.xml
+0
-21
android/.idea/jarRepositories.xml
android/.idea/jarRepositories.xml
+0
-35
android/.idea/misc.xml
android/.idea/misc.xml
+0
-9
android/.idea/modules.xml
android/.idea/modules.xml
+0
-8
android/.idea/runConfigurations.xml
android/.idea/runConfigurations.xml
+0
-10
android/.idea/vcs.xml
android/.idea/vcs.xml
+0
-6
android/build.gradle
android/build.gradle
+4
-3
No files found.
android/.gitignore
View file @
527d7c9c
*.iml
*.iml
.gradle
.gradle
/local.properties
/local.properties
/.idea/workspace.xml
/.idea
/.idea/libraries
.DS_Store
.DS_Store
/build
/build
/captures
/captures
android/.idea/.gitignore
deleted
100644 → 0
View file @
12916fa8
# Default ignored files
/shelf/
/workspace.xml
android/.idea/.name
deleted
100644 → 0
View file @
12916fa8
flutter_jpush_vip
\ No newline at end of file
android/.idea/caches/build_file_checksums.ser
deleted
100644 → 0
View file @
12916fa8
File deleted
android/.idea/compiler.xml
deleted
100644 → 0
View file @
12916fa8
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"CompilerConfiguration"
>
<bytecodeTargetLevel
target=
"1.8"
/>
</component>
</project>
\ No newline at end of file
android/.idea/gradle.xml
deleted
100644 → 0
View file @
12916fa8
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"GradleMigrationSettings"
migrationVersion=
"1"
/>
<component
name=
"GradleSettings"
>
<option
name=
"linkedExternalProjectsSettings"
>
<GradleProjectSettings>
<option
name=
"testRunner"
value=
"PLATFORM"
/>
<option
name=
"distributionType"
value=
"DEFAULT_WRAPPED"
/>
<option
name=
"externalProjectPath"
value=
"$PROJECT_DIR$"
/>
<option
name=
"gradleJvm"
value=
"1.8 (2)"
/>
<option
name=
"modules"
>
<set>
<option
value=
"$PROJECT_DIR$"
/>
</set>
</option>
<option
name=
"resolveModulePerSourceSet"
value=
"false"
/>
<option
name=
"useQualifiedModuleNames"
value=
"true"
/>
</GradleProjectSettings>
</option>
</component>
</project>
\ No newline at end of file
android/.idea/jarRepositories.xml
deleted
100644 → 0
View file @
12916fa8
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"RemoteRepositoriesConfiguration"
>
<remote-repository>
<option
name=
"id"
value=
"central"
/>
<option
name=
"name"
value=
"Maven Central repository"
/>
<option
name=
"url"
value=
"https://repo1.maven.org/maven2"
/>
</remote-repository>
<remote-repository>
<option
name=
"id"
value=
"jboss.community"
/>
<option
name=
"name"
value=
"JBoss Community repository"
/>
<option
name=
"url"
value=
"https://repository.jboss.org/nexus/content/repositories/public/"
/>
</remote-repository>
<remote-repository>
<option
name=
"id"
value=
"BintrayJCenter"
/>
<option
name=
"name"
value=
"BintrayJCenter"
/>
<option
name=
"url"
value=
"https://jcenter.bintray.com/"
/>
</remote-repository>
<remote-repository>
<option
name=
"id"
value=
"maven"
/>
<option
name=
"name"
value=
"maven"
/>
<option
name=
"url"
value=
"http://developer.huawei.com/repo/"
/>
</remote-repository>
<remote-repository>
<option
name=
"id"
value=
"Google"
/>
<option
name=
"name"
value=
"Google"
/>
<option
name=
"url"
value=
"https://dl.google.com/dl/android/maven2/"
/>
</remote-repository>
<remote-repository>
<option
name=
"id"
value=
"maven"
/>
<option
name=
"name"
value=
"maven"
/>
<option
name=
"url"
value=
"https://developer.huawei.com/repo/"
/>
</remote-repository>
</component>
</project>
\ No newline at end of file
android/.idea/misc.xml
deleted
100644 → 0
View file @
12916fa8
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_8"
default=
"true"
project-jdk-name=
"1.8"
project-jdk-type=
"JavaSDK"
>
<output
url=
"file://$PROJECT_DIR$/build/classes"
/>
</component>
<component
name=
"ProjectType"
>
<option
name=
"id"
value=
"Android"
/>
</component>
</project>
\ No newline at end of file
android/.idea/modules.xml
deleted
100644 → 0
View file @
12916fa8
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectModuleManager"
>
<modules>
<module
fileurl=
"file://$PROJECT_DIR$/.idea/modules/flutter_jpush_vip.iml"
filepath=
"$PROJECT_DIR$/.idea/modules/flutter_jpush_vip.iml"
/>
</modules>
</component>
</project>
\ No newline at end of file
android/.idea/runConfigurations.xml
deleted
100644 → 0
View file @
12916fa8
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"RunConfigurationProducerService"
>
<option
name=
"ignoredProducers"
>
<set>
<option
value=
"com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer"
/>
</set>
</option>
</component>
</project>
\ No newline at end of file
android/.idea/vcs.xml
deleted
100644 → 0
View file @
12916fa8
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"VcsDirectoryMappings"
>
<mapping
directory=
"$PROJECT_DIR$/.."
vcs=
"Git"
/>
</component>
</project>
\ No newline at end of file
android/build.gradle
View file @
527d7c9c
...
@@ -5,7 +5,7 @@ buildscript {
...
@@ -5,7 +5,7 @@ buildscript {
repositories
{
repositories
{
google
()
google
()
jcenter
()
jcenter
()
maven
{
url
'https://developer.huawei.com/repo/'
}
maven
{
url
'https://developer.huawei.com/repo/'
}
}
}
dependencies
{
dependencies
{
...
@@ -18,7 +18,7 @@ rootProject.allprojects {
...
@@ -18,7 +18,7 @@ rootProject.allprojects {
repositories
{
repositories
{
google
()
google
()
jcenter
()
jcenter
()
maven
{
url
'https://developer.huawei.com/repo/'
}
maven
{
url
'https://developer.huawei.com/repo/'
}
}
}
}
}
...
@@ -47,6 +47,7 @@ android {
...
@@ -47,6 +47,7 @@ android {
dependencies
{
dependencies
{
implementation
fileTree
(
dir:
"libs"
,
include:
[
"*.jar"
,
"*.aar"
])
implementation
'cn.jiguang.sdk:jpush:4.7.2'
implementation
'cn.jiguang.sdk:jpush:4.7.2'
implementation
'cn.jiguang.sdk:jcore:3.2.4'
implementation
'cn.jiguang.sdk:jcore:3.2.4'
implementation
'cn.jiguang.sdk.plugin:xiaomi:4.7.2'
implementation
'cn.jiguang.sdk.plugin:xiaomi:4.7.2'
...
@@ -54,5 +55,5 @@ dependencies {
...
@@ -54,5 +55,5 @@ dependencies {
implementation
'cn.jiguang.sdk.plugin:huawei:4.7.2'
implementation
'cn.jiguang.sdk.plugin:huawei:4.7.2'
implementation
'cn.jiguang.sdk.plugin:oppo:4.7.2'
implementation
'cn.jiguang.sdk.plugin:oppo:4.7.2'
implementation
'cn.jiguang.sdk.plugin:vivo:4.7.2'
implementation
'cn.jiguang.sdk.plugin:vivo:4.7.2'
implementation
(
name:
'com.heytap.msp-push-3.0.0'
,
ext:
'
aar'
)
implementation
files
(
'libs/com.heytap.msp-push-3.0.0.
aar'
)
}
}
\ No newline at end of file
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