Skip to content

Commit 0ba64fb

Browse files
committed
save
1 parent 91e08d0 commit 0ba64fb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
dependencies {
88
classpath "com.android.tools.build:gradle:7.0.3"
99
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20"
10-
10+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
1313
}

recycler-page-list/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ plugins {
22
id 'com.android.library'
33
id 'kotlin-android'
44
}
5+
group = 'com.github.yangfeng1994'
6+
version = '1.0.0'
57

68
android {
79
compileSdk 30

0 commit comments

Comments
 (0)