Bump Version for 1.10.0 Release (#649)

This commit is contained in:
Justin Bassett 2020-07-04 20:21:17 -04:00 committed by GitHub
parent d234ec13e3
commit 90ccc7e2cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
object Config { object Config {
const val version = "1.9.0" const val version = "1.10.0"
object Plugin { object Plugin {
const val android = "com.android.tools.build:gradle:4.0.0" const val android = "com.android.tools.build:gradle:4.0.0"
@ -96,4 +96,4 @@ object Config {
} }
} }
} }