Skip to content

Commit

Permalink
Minor refactoring for spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Sep 6, 2024
1 parent 8b0a4a5 commit 12081c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
8 changes: 0 additions & 8 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import java.util.Properties
import java.io.FileInputStream



val keystorePropertiesFile = rootProject.file("keystore.properties")
val keystoreProperties = Properties().apply {
if (keystorePropertiesFile.exists()) {
Expand Down Expand Up @@ -37,9 +35,6 @@ android {
targetCompatibility = JavaVersion.VERSION_1_8
}




buildFeatures {
viewBinding = true
buildConfig = true
Expand Down Expand Up @@ -97,7 +92,6 @@ android {
namespace = "be.scri"
}


dependencies {
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.activity:activity-ktx:1.9.2")
Expand Down Expand Up @@ -125,7 +119,6 @@ dependencies {
ksp("com.github.bumptech.glide:ksp:4.14.2")
}


tasks.register<Copy>("moveFromi18n") {
val locales = listOf("de", "es", "sv", "en-US")

Expand All @@ -148,4 +141,3 @@ tasks.register<Copy>("moveFromi18n") {
tasks.named("preBuild").configure {
dependsOn(tasks.named("moveFromi18n"))
}

4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
val kotlin_version = "2.0.0"
val kotlin_version = "2.0.0"

repositories {
google()
Expand All @@ -22,8 +22,6 @@ buildscript {
}
}



apply(plugin= "io.gitlab.arturbosch.detekt")
apply(plugin = "org.jmailen.kotlinter")

Expand Down

0 comments on commit 12081c4

Please sign in to comment.