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 3c94816 commit 7f708cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions basemob/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ android {
ProjectSettings.apply {
namespace = "com.github.submob.basemob"
compileSdk = COMPILE_SDK_VERSION
defaultConfig.minSdk = MIN_SDK_VERSION

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

object ProjectSettings {
const val COMPILE_SDK_VERSION = 31
const val MIN_SDK_VERSION = 3

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

0 comments on commit 7f708cb

Please sign in to comment.