Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fastdevelop
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高超
fastdevelop
Commits
904f6c18
Commit
904f6c18
authored
Nov 13, 2019
by
gao.chao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
web升级1.1:增加JS桥
fastDevelop升级:升级Androidx,增加MMKV,尺寸适配,记录崩溃到本地,懒加载
parent
2e9a435c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
fastDevelop/build.gradle
+2
-2
web/build.gradle
+2
-2
No files found.
fastDevelop/build.gradle
View file @
904f6c18
...
@@ -6,8 +6,8 @@ android {
...
@@ -6,8 +6,8 @@ android {
defaultConfig
{
defaultConfig
{
minSdkVersion
20
minSdkVersion
20
targetSdkVersion
28
targetSdkVersion
28
versionCode
2
versionCode
3
versionName
"1.
1
"
versionName
"1.
2
"
ndk
{
ndk
{
// 设置支持的SO库架构
// 设置支持的SO库架构
abiFilters
'armeabi'
,
'x86'
,
'armeabi-v7a'
,
'x86_64'
,
'arm64-v8a'
abiFilters
'armeabi'
,
'x86'
,
'armeabi-v7a'
,
'x86_64'
,
'arm64-v8a'
...
...
web/build.gradle
View file @
904f6c18
...
@@ -5,8 +5,8 @@ android {
...
@@ -5,8 +5,8 @@ android {
defaultConfig
{
defaultConfig
{
minSdkVersion
20
minSdkVersion
20
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
2
versionName
"1.
0
"
versionName
"1.
1
"
}
}
buildTypes
{
buildTypes
{
...
...
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