Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_goodnews
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
android
android_goodnews
Commits
6ee1a8e9
Commit
6ee1a8e9
authored
May 31, 2021
by
mengcuiguang2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首次提交
parent
e52300f9
Pipeline
#192
canceled with stages
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
62 additions
and
4 deletions
+62
-4
.gitignore
.gitignore
+15
-0
.gitignore
app/.gitignore
+4
-0
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+3
-3
strings.xml
app/src/main/res/values/strings.xml
+1
-1
gradle.properties
gradle.properties
+39
-0
No files found.
.gitignore
0 → 100644
View file @
6ee1a8e9
*.iml
.DS_Store
gradle.properties
local.properties
/.idea
/.gradle
/build
/gradle
#lib project
app/build
wheelsruflibray/build
shareSdkLib/build
picture_library/build
ucrop/build
app/.gitignore
0 → 100644
View file @
6ee1a8e9
/build
mapping.txt
seeds.txt
unused.txt
\ No newline at end of file
app/src/main/AndroidManifest.xml
View file @
6ee1a8e9
...
...
@@ -81,9 +81,9 @@
android:value=
"${UMENG_KEY}"
/>
<!-- TalkingData -->
<meta-data
android:name=
"TD_KEY"
android:value=
"${TD_KEY}"
/
>
<!-- <meta-data-->
<!-- android:name="TD_KEY"-->
<!-- android:value="${TD_KEY}" />--
>
<!-- ShareSDK -->
<meta-data
...
...
app/src/main/res/values/strings.xml
View file @
6ee1a8e9
...
...
@@ -16,7 +16,7 @@
<string
name=
"bottom_tab_friends"
>
平台分红
</string>
<string
name=
"bottom_tab_my"
>
个人中心
</string>
<string
name=
"app_sign"
>
7aababfe
</string>
<string
name=
"app_sign"
>
5a3a4f75
</string>
<string
name=
"common_loading_message"
>
正在加载...
</string>
<string
name=
"common_empty_message"
>
空空如也
</string>
...
...
gradle.properties
0 → 100644
View file @
6ee1a8e9
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs
=
-Xmx1536m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
DEBUG_URL
=
"http://39.97.65.143:9082/api-gs/"
#DEBUG_URL="http://192.168.110.7:8101/"
RELEASE_URL
=
"https://api.mints-id.com/gsnew-api/"
RELEASE_KEY_PASSWORD
=
mints.goodnews
RELEASE_KEY_ALIAS
=
mints_goodnews
RELEASE_STORE_PASSWORD
=
mints.goodnews
RELEASE_STORE_FILE
=
mints_goodnews.jks
#ShareSDK
RELEASE_SHARESDK_KEY
=
RELEASE_SHARESDK_SECRET
=
#友盟
RELEASE_UMENG_KEY
=
#JPush
RELEASE_JPUSH_KEY
=
android.useAndroidX
=
true
android.enableJetifier
=
true
\ 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