We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dda6e6 commit 172fea0Copy full SHA for 172fea0
buildSrc/src/main/java/com/mertceyhan/buildsrc/Configs.kt
@@ -6,7 +6,7 @@ object Configs {
6
const val coreUiId = "com.lyvetech.cloudy.core"
7
const val minSdkVersion = 24
8
const val targetSdkVersion = 33
9
- const val versionCode = 5
10
- const val versionName = "0.1.5"
+ const val versionCode = 6
+ const val versionName = "0.1.6"
11
const val testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
12
}
0 commit comments