guolindev / LitePal

An Android library that makes developers use SQLite database extremely easy.
Apache License 2.0
8.11k stars 1.58k forks source link

implementation 'org.litepal.guolindev:core:3.2.3'出错 #830

Open Samael-Z opened 9 months ago

Samael-Z commented 9 months ago

android studio引入 implementation 'org.litepal.guolindev:core:3.2.3'出错, 报错信息:

as版本:Android Studio Giraffe | 2022.3.1 Patch 3 用的gradle脚本 是什么原因啊?

Arsun commented 9 months ago

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

Samael-Z commented 9 months ago

在gradle脚本的setting.gradle文件的dependencyResolutionManagement>repositories选项内添加: jcenter() maven { url 'https://jitpack.io' } sync一下就好了 参考链接:https://www.yii666.com/blog/330831.html

ZhiJuan0724 commented 7 months ago

使用这个 implementation com.github.guolindev:litepal:master-SNAPSHOT