Skip to content

Commit

Permalink
Merge pull request #11 from SimformSolutionsPvtLtd/features/project_l…
Browse files Browse the repository at this point in the history
…evel_gradle_change

features/project_level_gradle_change
  • Loading branch information
shwetachauhan-simform authored Apr 14, 2021
2 parents 11a6b54 + e9dfb3c commit aaaf181
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ buildscript {
dependencies {
classpath(ClassPaths.ANDROID_GRADLE)
classpath(ClassPaths.KOTLIN_GRADLE)
classpath(ClassPaths.GITHUB_DCENDENTS)
classpath(ClassPaths.BINTRAY)
}
}

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object App {

object Version {
const val CODE = 1
const val NAME = "1.1"
const val NAME = "1.2"
}

object Dimension {
Expand Down
2 changes: 2 additions & 0 deletions buildSrc/src/main/kotlin/ClassPaths.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
object ClassPaths {
const val ANDROID_GRADLE = "com.android.tools.build:gradle:${Versions.ANDROID_GRADLE}"
const val KOTLIN_GRADLE = "org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.KOTLIN_GRADLE}"
const val GITHUB_DCENDENTS = "com.github.dcendents:android-maven-gradle-plugin:${Versions.GITHUB_DCENDENTS}"
const val BINTRAY = "com.jfrog.bintray.gradle:gradle-bintray-plugin:${Versions.BINTRAY}"
}
2 changes: 2 additions & 0 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ object Versions {
const val JUNIT = "4.13"
const val JUNIT_EXT = "1.1.1"
const val KOTLIN_GRADLE = "1.4.21"
const val GITHUB_DCENDENTS = "2.1"
const val BINTRAY = "1.8.0"
const val LIFECYCLE = "2.2.0"
const val MATERIAL = "1.2.0"
const val TEST_RUNNER = "1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion imagepickerlibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.1"
versionName "1.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit aaaf181

Please sign in to comment.