Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Enable building with Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfeo committed May 30, 2020
1 parent 09f780e commit 756e52d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
group = "com.gabrielfeo.suspend.permission"
version = "0.0.1"

buildscript {
repositories {
google()
Expand All @@ -10,6 +7,7 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle:3.5.3")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Kotlin.Version}")
classpath("com.github.dcendents:android-maven-gradle-plugin:2.1")
}
}

Expand Down
3 changes: 3 additions & 0 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ plugins {
id("com.android.library")
id("kotlin-android")
id("kotlin-kapt")
id("com.github.dcendents.android-maven")
}

group = "com.gabrielfeo"

android {

compileSdkVersion(29)
Expand Down

0 comments on commit 756e52d

Please sign in to comment.