Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Attempting this
Browse files Browse the repository at this point in the history
  • Loading branch information
Doomsdayrs committed Jun 19, 2021
1 parent 1bf507b commit dd897b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
repositories {
google()
mavenCentral()
//maven("https://jitpack.io")
maven("https://jitpack.io")
}
}

Expand Down
10 changes: 4 additions & 6 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id("com.android.library")
kotlin("android")
//`maven-publish`
`maven-publish`
}

group = "app.shosetsu.lib.material-banner"
group = "app.shosetsu.lib"
version = "2.0.5"


Expand All @@ -20,13 +20,13 @@ android {
resValue("string", "materialbanner_lib_version", "${versionName}")
}
buildTypes {
create("release") {
named("release") {
minifyEnabled(false)
consumerProguardFiles("proguard-rules.pro")
}
}
}
/*

afterEvaluate {
publishing {
publications {
Expand All @@ -41,8 +41,6 @@ afterEvaluate {
}
}

*/

dependencies {
implementation("androidx.core:core:1.6.0-rc01")
implementation("com.google.android.material:material:1.4.0-rc01")
Expand Down

0 comments on commit dd897b7

Please sign in to comment.