Skip to content

Commit

Permalink
fix(android): 🔥 remove unnecessary Gradle scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDongminYoo committed Oct 14, 2023
1 parent f7abb92 commit 06e6dc9
Show file tree
Hide file tree
Showing 17 changed files with 125 additions and 584 deletions.
6 changes: 0 additions & 6 deletions android/.idea/compiler.xml

This file was deleted.

12 changes: 0 additions & 12 deletions android/.idea/vcs.xml

This file was deleted.

13 changes: 5 additions & 8 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def supportsNamespace() {
android {
if (supportsNamespace()) {
namespace "com.stepcounter"
testNamespace "com.stepcounter.test"

sourceSets {
main {
Expand All @@ -66,27 +65,26 @@ android {
}
}

ndkVersion getExtOrDefault("ndkVersion")
compileSdkVersion getExtOrIntegerDefault("compileSdkVersion")

defaultConfig {
minSdkVersion getExtOrIntegerDefault("minSdkVersion")
targetSdkVersion getExtOrIntegerDefault("targetSdkVersion")
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
}

buildFeatures {
buildConfig true
}

buildTypes {
release {
// signingConfig signingConfigs.release
minifyEnabled false
}
debug {
signingConfig signingConfigs.debug
}
}

lintOptions {
disable "GradleCompatible"
disable "DeprecatedAndroidGradlePlugin"
}

compileOptions {
Expand All @@ -96,7 +94,6 @@ android {

sourceSets {
main {
//noinspection GroovyImplicitNullArgumentCall
if (isNewArchitectureEnabled()) {
java.srcDirs += [
"src/newarch",
Expand Down
13 changes: 0 additions & 13 deletions android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
## For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
#
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx1024m -XX:MaxPermSize=256m
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
#
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# Tue Feb 07 14:05:58 KST 2023
StepCounter_compileSdkVersion=31
StepCounter_kotlinVersion=1.7.0
StepCounter_targetSdkVersion=31
Expand Down
Binary file removed android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 0 additions & 7 deletions android/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

237 changes: 0 additions & 237 deletions android/gradlew

This file was deleted.

Loading

0 comments on commit 06e6dc9

Please sign in to comment.