Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
Notes
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
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
bixing
Notes
Commits
67d5ac5d
Commit
67d5ac5d
authored
Apr 16, 2026
by
bixing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级targetSdk 到36
parent
0a568606
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
build.gradle
app/build.gradle
+2
-2
build.gradle
build.gradle
+2
-2
gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+1
-1
No files found.
app/build.gradle
View file @
67d5ac5d
...
@@ -4,12 +4,12 @@ plugins {
...
@@ -4,12 +4,12 @@ plugins {
android
{
android
{
namespace
'com.ads.cal.notes'
namespace
'com.ads.cal.notes'
compileSdk
3
4
compileSdk
3
6
defaultConfig
{
defaultConfig
{
applicationId
"com.notemaster.record.mark"
applicationId
"com.notemaster.record.mark"
minSdk
24
minSdk
24
targetSdk
3
4
targetSdk
3
6
versionCode
1
versionCode
1
versionName
"1.0"
versionName
"1.0"
...
...
build.gradle
View file @
67d5ac5d
...
@@ -16,8 +16,8 @@ buildscript {
...
@@ -16,8 +16,8 @@ buildscript {
}
}
plugins
{
plugins
{
id
'com.android.application'
version
'8.
0
.2'
apply
false
id
'com.android.application'
version
'8.
9
.2'
apply
false
id
'com.android.library'
version
'8.
0
.2'
apply
false
id
'com.android.library'
version
'8.
9
.2'
apply
false
}
}
task
clean
(
type:
Delete
)
{
task
clean
(
type:
Delete
)
{
delete
rootProject
.
buildDir
delete
rootProject
.
buildDir
...
...
gradle/wrapper/gradle-wrapper.properties
View file @
67d5ac5d
#Wed Nov 01 15:43:48 CST 2023
#Wed Nov 01 15:43:48 CST 2023
distributionBase
=
GRADLE_USER_HOME
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.
0
-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.
11.1
-bin.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
zipStorePath
=
wrapper/dists
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