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
c4d4b0ac
Commit
c4d4b0ac
authored
Apr 06, 2023
by
zhengnw@sobot.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compileSdkVersion 改成 29
parent
ae1050df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
build.gradle
app/build.gradle
+3
-3
build.gradle
sobot_widget/build.gradle
+1
-1
No files found.
app/build.gradle
View file @
c4d4b0ac
...
...
@@ -3,13 +3,13 @@ plugins {
}
android
{
compileSdkVersion
2
8
buildToolsVersion
"2
8.0.3
"
compileSdkVersion
2
9
buildToolsVersion
"2
9.0.0
"
defaultConfig
{
applicationId
"com.sobot.moduletest"
minSdkVersion
16
targetSdkVersion
2
8
targetSdkVersion
2
9
versionCode
1
versionName
"1.0"
//添加此行
...
...
sobot_widget/build.gradle
View file @
c4d4b0ac
...
...
@@ -3,7 +3,7 @@ plugins {
}
android
{
compileSdkVersion
2
8
compileSdkVersion
2
9
defaultConfig
{
minSdkVersion
16
...
...
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