We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256ed17 commit 554deb2Copy full SHA for 554deb2
buildSrc/src/main/java/AppConfiguration.kt
@@ -1,6 +1,6 @@
1
object AppConfiguration {
2
const val application_id = "com.android.asc.amity"
3
const val application_name = "AndroidASC"
4
- const val version_code = 1002
5
- const val version_name = "1.2"
+ const val version_code = 1003
+ const val version_name = "1.3"
6
}
0 commit comments