https://github.com/dora4/dview-coupon-view
优惠券控件
https://github.com/dora4/dview-coupon-view
Last synced: 10 months ago
JSON representation
优惠券控件
- Host: GitHub
- URL: https://github.com/dora4/dview-coupon-view
- Owner: dora4
- License: apache-2.0
- Created: 2025-08-31T02:10:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-31T04:12:06.000Z (10 months ago)
- Last Synced: 2025-08-31T04:18:28.962Z (10 months ago)
- Language: Kotlin
- Size: 70.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dview-coupon-view

--------------------------------
#### Gradle依赖配置
```groovy
// 添加以下代码到项目根目录下的build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
// 添加以下代码到app模块的build.gradle
dependencies {
implementation 'com.github.dora4:dview-coupon-view:1.15'
}
```