Skip to content

Commit

Permalink
Reformat Build System | Switch to Groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
CADIndie committed Jan 11, 2024
1 parent a45ccd2 commit fe3553b
Show file tree
Hide file tree
Showing 98 changed files with 3 additions and 17 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle.kts → build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
plugins {
id("com.android.library")
id("org.jetbrains.kotlin.android")
id("com.android.library") version("7.4.0")
}

android {
//namespace = "pojlib"
ndkVersion = "26.1.10909125"
compileSdkVersion = "android-32"
defaultConfig {
Expand Down
13 changes: 0 additions & 13 deletions build.gradle.kts

This file was deleted.

3 changes: 1 addition & 2 deletions settings.gradle.kts → settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ dependencyResolutionManagement {
}
}

rootProject.name = "Pojlib"
include("lib")
rootProject.name = "Pojlib"
Loading

0 comments on commit fe3553b

Please sign in to comment.