mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-01 01:09:15 -04:00
wip
This commit is contained in:
parent
70f3c2307a
commit
1ba55bf2a6
13 changed files with 122 additions and 114 deletions
|
@ -29,8 +29,8 @@ android {
|
|||
applicationId = "me.lecaro.breakout"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
versionCode = 29085573
|
||||
versionName = "29085573"
|
||||
versionCode = 29085612
|
||||
versionName = "29085612"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
useSupportLibrary = true
|
||||
|
@ -67,3 +67,6 @@ android {
|
|||
}
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
implementation(libs.androidx.core)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue