Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Sobot_module_Dev
Project
Overview
Details
Activity
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
sobot_android
Sobot_module_Dev
Commits
7750ced8
Commit
7750ced8
authored
Dec 21, 2023
by
zhengnw@sobot.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
widget 1.1.4 android.lifecycle目录不混淆
parent
90f69e67
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
4 deletions
+17
-4
build.gradle
sobot_widget/build.gradle
+12
-0
proguard-rules.pro
sobot_widget/proguard-rules.pro
+4
-2
sobot-widget-publish-mavencentral.gradle
sobot_widget/sobot-widget-publish-mavencentral.gradle
+1
-2
No files found.
sobot_widget/build.gradle
View file @
7750ced8
...
...
@@ -8,6 +8,18 @@ android {
defaultConfig
{
minSdkVersion
17
}
buildTypes
{
debug
{
minifyEnabled
false
proguardFiles
getDefaultProguardFile
(
'proguard-android-optimize.txt'
),
'proguard-rules.pro'
consumerProguardFiles
'proguard-rules.pro'
}
release
{
minifyEnabled
false
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.pro'
consumerProguardFiles
'proguard-rules.pro'
}
}
}
dependencies
{
...
...
sobot_widget/proguard-rules.pro
View file @
7750ced8
...
...
@@ -18,4 +18,6 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
\ No newline at end of file
#-renamesourcefileattribute SourceFile
-
keep
class
android
.
arch
.
lifecycle
.
**
{
*
;
}
-
keep
class
android
.
arch
.
core
.
**
{
*
;
}
\ No newline at end of file
sobot_widget/sobot-widget-publish-mavencentral.gradle
View file @
7750ced8
...
...
@@ -12,8 +12,7 @@ task androidSourcesJar(type: Jar) {
ext
{
PUBLISH_GROUP_ID
=
"com.sobot.library"
//项目包名
PUBLISH_ARTIFACT_ID
=
'widget'
//项目名
// PUBLISH_ARTIFACT_ID = 'widget_x' //项目名
PUBLISH_VERSION
=
'1.1.3'
//版本号
PUBLISH_VERSION
=
'1.1.4'
//版本号
}
...
...
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