convert to m3

This commit is contained in:
Owen LeJeune
2022-02-09 11:58:56 -05:00
parent 82497157e0
commit a9e916abb9
10 changed files with 136 additions and 51 deletions

View File

@@ -0,0 +1,11 @@
package com.owenlejeune.tvtime.buildsrc
object Config {
const val compileSdk = 32
const val minSdk = 23
const val targetSdk = 32
const val versionCode = 1
const val versionName = "1.0"
}