Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
path_provider_android
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
songyanzhi
path_provider_android
Commits
613d78e0
Commit
613d78e0
authored
Aug 10, 2024
by
songyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:降低annotation版本(annotation依赖kotlin版本和项目中的kotlin版本不兼容)
parent
830ee21a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
android/build.gradle
+3
-1
No files found.
android/build.gradle
View file @
613d78e0
...
...
@@ -9,6 +9,7 @@ buildscript {
dependencies
{
classpath
'com.android.tools.build:gradle:4.1.0'
// classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20"
}
}
...
...
@@ -57,6 +58,7 @@ android {
}
dependencies
{
implementation
'androidx.annotation:annotation:1.
8
.0'
implementation
'androidx.annotation:annotation:1.
1
.0'
testImplementation
'junit:junit:4.13.2'
// implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.20"
}
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