Skip to content

Commit

Permalink
fix: Android Studio Iguana build issues (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-chekyrta authored Mar 22, 2024
1 parent fe76c3d commit cc295d9
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 557 deletions.

This file was deleted.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ plugins {
id "com.google.firebase.crashlytics" version "2.9.6" apply false
}

task clean(type: Delete) {
delete rootProject.buildDir
tasks.register('clean', Delete) {
delete rootProject.layout.buildDirectory
}

ext {
Expand Down
9 changes: 9 additions & 0 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
plugins {
id 'java-library'
}

repositories {
mavenCentral()
}

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

dependencies {
implementation localGroovy()
implementation gradleApi()
Expand Down

This file was deleted.

Loading

0 comments on commit cc295d9

Please sign in to comment.