Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RvApp
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
1
Merge Requests
1
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
lify
RvApp
Commits
dc0c8f53
Commit
dc0c8f53
authored
Aug 08, 2019
by
jianglx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加im模块
parent
f404e6fc
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
69 additions
and
2 deletions
+69
-2
.gitignore
plugin_im/.gitignore
+1
-0
build.gradle
plugin_im/build.gradle
+39
-0
proguard-rules.pro
plugin_im/proguard-rules.pro
+21
-0
AndroidManifest.xml
plugin_im/src/main/AndroidManifest.xml
+4
-0
strings.xml
plugin_im/src/main/res/values/strings.xml
+3
-0
activity_reative_bill.xml
plugin_share/src/main/res/layout/activity_reative_bill.xml
+0
-1
settings.gradle
settings.gradle
+1
-1
No files found.
plugin_im/.gitignore
0 → 100644
View file @
dc0c8f53
/build
plugin_im/build.gradle
0 → 100644
View file @
dc0c8f53
apply
plugin:
'com.android.library'
android
{
compileSdkVersion
28
defaultConfig
{
minSdkVersion
19
targetSdkVersion
28
versionCode
1
versionName
"1.0"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
}
buildTypes
{
release
{
minifyEnabled
false
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.pro'
}
}
compileOptions
{
sourceCompatibility
=
'1.8'
targetCompatibility
=
'1.8'
}
}
dependencies
{
implementation
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
])
implementation
'com.android.support:appcompat-v7:28.0.0'
implementation
'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation
'junit:junit:4.12'
androidTestImplementation
'com.android.support.test:runner:1.0.2'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.2'
}
plugin_im/proguard-rules.pro
0 → 100644
View file @
dc0c8f53
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
plugin_im/src/main/AndroidManifest.xml
0 → 100644
View file @
dc0c8f53
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.rv.im"
>
</manifest>
\ No newline at end of file
plugin_im/src/main/res/values/strings.xml
0 → 100644
View file @
dc0c8f53
<resources>
<string
name=
"app_name"
>
plugin_im
</string>
</resources>
plugin_share/src/main/res/layout/activity_reative_bill.xml
View file @
dc0c8f53
...
...
@@ -84,7 +84,6 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:singleLine=
"false"
android:text=
"155****59180000000000000000000000"
android:textColor=
"@color/colorMain"
android:textSize=
"@dimen/text_18"
/>
...
...
settings.gradle
View file @
dc0c8f53
include
':RvFrame'
,
':plugin_carpurchase'
include
':RvFrame'
,
':plugin_carpurchase'
,
':plugin_im'
include
':RvTravel'
include
':RvClient'
include
':RvWrapper'
...
...
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