mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-14 10:14:47 -04:00
Build 29133716
This commit is contained in:
parent
61f20f66ad
commit
c5925675a0
5 changed files with 492 additions and 492 deletions
|
@ -29,8 +29,8 @@ android {
|
|||
applicationId = "me.lecaro.breakout"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
versionCode = 29133712
|
||||
versionName = "29133712"
|
||||
versionCode = 29133716
|
||||
versionName = "29133716"
|
||||
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 = "29133712";
|
||||
const VERSION = "29133716";
|
||||
|
||||
// The name of the cache
|
||||
const CACHE_NAME = `breakout-71-${VERSION}`;
|
||||
|
|
|
@ -1 +1 @@
|
|||
"29133712"
|
||||
"29133716"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue