Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
SkinLibrary
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gaodapeng
SkinLibrary
Commits
f124de4e
Commit
f124de4e
authored
Jun 27, 2021
by
gaodapeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改版本
parent
39353589
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
build.gradle
demo/build.gradle
+1
-1
OneApplication.java
demo/src/main/java/com/study/skindemo/OneApplication.java
+0
-1
build.gradle
skin-lib/build.gradle
+1
-1
No files found.
demo/build.gradle
View file @
f124de4e
...
@@ -8,7 +8,7 @@ android {
...
@@ -8,7 +8,7 @@ android {
defaultConfig
{
defaultConfig
{
applicationId
"com.study.skindemo"
applicationId
"com.study.skindemo"
minSdkVersion
1
9
minSdkVersion
1
8
targetSdkVersion
29
targetSdkVersion
29
versionCode
1
versionCode
1
versionName
"1.0"
versionName
"1.0"
...
...
demo/src/main/java/com/study/skindemo/OneApplication.java
View file @
f124de4e
...
@@ -10,7 +10,6 @@ public class OneApplication extends Application {
...
@@ -10,7 +10,6 @@ public class OneApplication extends Application {
public
void
onCreate
()
{
public
void
onCreate
()
{
super
.
onCreate
();
super
.
onCreate
();
SkinManager
.
init
(
this
);
SkinManager
.
init
(
this
);
// SkinManager.getInstance().loadSkin(new File(getCacheDir(), "skin1-release.apk").getAbsolutePath());
}
}
}
}
skin-lib/build.gradle
View file @
f124de4e
...
@@ -7,7 +7,7 @@ android {
...
@@ -7,7 +7,7 @@ android {
buildToolsVersion
"29.0.3"
buildToolsVersion
"29.0.3"
defaultConfig
{
defaultConfig
{
minSdkVersion
1
9
minSdkVersion
1
8
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
1
versionName
"1.0"
versionName
"1.0"
...
...
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