Skip to content

Commit

Permalink
add group
Browse files Browse the repository at this point in the history
  • Loading branch information
aitsuki committed Sep 25, 2021
1 parent ed7b06c commit df1e4c8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apply plugin: 'com.android.library'
apply plugin: 'maven-publish'
apply plugin: 'kotlin-android'

group='com.github.aitsuki'

android {
compileSdkVersion 31

Expand All @@ -27,7 +29,4 @@ android {
dependencies {
compileOnly "androidx.recyclerview:recyclerview:$recyclerview_version"
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
repositories {
mavenCentral()
}
}

0 comments on commit df1e4c8

Please sign in to comment.