We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e08d0 commit 0ba64fbCopy full SHA for 0ba64fb
build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
dependencies {
8
classpath "com.android.tools.build:gradle:7.0.3"
9
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20"
10
-
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
11
// NOTE: Do not place your application dependencies here; they belong
12
// in the individual module build.gradle files
13
}
recycler-page-list/build.gradle
@@ -2,6 +2,8 @@ plugins {
2
id 'com.android.library'
3
id 'kotlin-android'
4
5
+group = 'com.github.yangfeng1994'
6
+version = '1.0.0'
android {
compileSdk 30
0 commit comments