mirror of
https://github.com/owenlejeune/TVTime.git
synced 2026-01-01 20:31:19 -05:00
convert to m3
This commit is contained in:
@@ -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"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user