version.gradle 59 B

1234
  1. ext {
  2. appVersionCode = 3
  3. appVersionName = '0.3.0'
  4. }