Skip to content

Commit

Permalink
Update version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OmidTaheri authored Nov 29, 2021
1 parent 57b3dad commit b7fb49d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/java/BuildAndroidConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ object BuildAndroidConfig {
const val TV_MIN_SDK_VERSION =21
const val TARGET_SDK_VERSION =30

const val VERSION_CODE = 6
const val VERSION_NAME = "1.5.0"
const val VERSION_CODE = 7
const val VERSION_NAME = "1.5.1"

const val SUPPORT_LIBRARY_VECTOR_DRAWABLES = true

const val TEST_INSTRUMENTATION_RUNNER = "androidx.test.runner.AndroidJUnitRunner"


}
}

0 comments on commit b7fb49d

Please sign in to comment.