Skip to content

Commit

Permalink
fix jitpack pt. 3
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcalledrob committed Sep 5, 2024
1 parent 35db669 commit e0c0411
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ repositories {
google()
}

buildscript {
dependencies {
classpath("com.android.tools.build:gradle:8.2.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23")
}
}

kotlin {
jvmToolchain(17)

Expand All @@ -45,11 +38,6 @@ kotlin {
android {
namespace = "com.github.iamcalledrob.smoothRoundedCornerShape"
compileSdk = 34

compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
}

publishing {
Expand Down

0 comments on commit e0c0411

Please sign in to comment.