mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-07-20 10:04:07 +00:00
Build 29186810
This commit is contained in:
parent
0d7b1e1070
commit
a7544b2ba1
4 changed files with 5 additions and 5 deletions
|
@ -29,8 +29,8 @@ android {
|
|||
applicationId = "me.lecaro.breakout"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
versionCode = 29186809
|
||||
versionName = "29186809"
|
||||
versionCode = 29186810
|
||||
versionName = "29186810"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
useSupportLibrary = true
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
|||
// The version of the cache.
|
||||
const VERSION = "29186809";
|
||||
const VERSION = "29186810";
|
||||
|
||||
// The name of the cache
|
||||
const CACHE_NAME = `breakout-71-${VERSION}`;
|
||||
|
|
|
@ -1 +1 @@
|
|||
"29186809"
|
||||
"29186810"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue