Skip to content

Commit

Permalink
[Oztechan/CCC#2572] Remove not used ProjectSettings properties from s…
Browse files Browse the repository at this point in the history
…ubmodules
  • Loading branch information
mustafaozhan committed Aug 17, 2023
1 parent f226118 commit 3c94816
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion basemob/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ android {
ProjectSettings.apply {
namespace = "com.github.submob.basemob"
compileSdk = COMPILE_SDK_VERSION
defaultConfig.minSdk = MIN_SDK_VERSION

compileOptions {
sourceCompatibility = JAVA_VERSION
Expand Down
2 changes: 0 additions & 2 deletions buildSrc/src/main/kotlin/ProjectSettings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import java.io.ByteArrayOutputStream

object ProjectSettings {
const val COMPILE_SDK_VERSION = 31
const val MIN_SDK_VERSION = 14
const val TARGET_SDK_VERSION = 31

private const val MAYOR_VERSION = 2
private const val MINOR_VERSION = 1
Expand Down

0 comments on commit 3c94816

Please sign in to comment.