build: Version 6 Built
This commit is contained in:
parent
44b6e915ba
commit
eface29638
12 changed files with 23 additions and 23 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -10,7 +10,7 @@ local.properties
|
||||||
|
|
||||||
# Android Studio generated files and folders
|
# Android Studio generated files and folders
|
||||||
captures/
|
captures/
|
||||||
app/phone/libre/release/baselineProfiles
|
app/phone/libre/release/
|
||||||
.kotlin
|
.kotlin
|
||||||
.externalNativeBuild/
|
.externalNativeBuild/
|
||||||
.cxx/
|
.cxx/
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -16,7 +16,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 5,
|
"versionCode": 6,
|
||||||
"versionName": "0.14.2",
|
"versionName": "0.14.2",
|
||||||
"outputFile": "ananas-v0.14.2-libre-armeabi-v7a.apk"
|
"outputFile": "ananas-v0.14.2-libre-armeabi-v7a.apk"
|
||||||
},
|
},
|
||||||
|
@ -29,23 +29,10 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 5,
|
"versionCode": 6,
|
||||||
"versionName": "0.14.2",
|
"versionName": "0.14.2",
|
||||||
"outputFile": "ananas-v0.14.2-libre-x86.apk"
|
"outputFile": "ananas-v0.14.2-libre-x86.apk"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "ONE_OF_MANY",
|
|
||||||
"filters": [
|
|
||||||
{
|
|
||||||
"filterType": "ABI",
|
|
||||||
"value": "arm64-v8a"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"attributes": [],
|
|
||||||
"versionCode": 5,
|
|
||||||
"versionName": "0.14.2",
|
|
||||||
"outputFile": "ananas-v0.14.2-libre-arm64-v8a.apk"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "ONE_OF_MANY",
|
"type": "ONE_OF_MANY",
|
||||||
"filters": [
|
"filters": [
|
||||||
|
@ -55,9 +42,22 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 5,
|
"versionCode": 6,
|
||||||
"versionName": "0.14.2",
|
"versionName": "0.14.2",
|
||||||
"outputFile": "ananas-v0.14.2-libre-x86_64.apk"
|
"outputFile": "ananas-v0.14.2-libre-x86_64.apk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "ONE_OF_MANY",
|
||||||
|
"filters": [
|
||||||
|
{
|
||||||
|
"filterType": "ABI",
|
||||||
|
"value": "arm64-v8a"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attributes": [],
|
||||||
|
"versionCode": 6,
|
||||||
|
"versionName": "0.14.2",
|
||||||
|
"outputFile": "ananas-v0.14.2-libre-arm64-v8a.apk"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"elementType": "File",
|
"elementType": "File",
|
||||||
|
@ -68,8 +68,8 @@
|
||||||
"baselineProfiles": [
|
"baselineProfiles": [
|
||||||
"baselineProfiles/1/ananas-v0.14.2-libre-armeabi-v7a.dm",
|
"baselineProfiles/1/ananas-v0.14.2-libre-armeabi-v7a.dm",
|
||||||
"baselineProfiles/1/ananas-v0.14.2-libre-x86.dm",
|
"baselineProfiles/1/ananas-v0.14.2-libre-x86.dm",
|
||||||
"baselineProfiles/1/ananas-v0.14.2-libre-arm64-v8a.dm",
|
"baselineProfiles/1/ananas-v0.14.2-libre-x86_64.dm",
|
||||||
"baselineProfiles/1/ananas-v0.14.2-libre-x86_64.dm"
|
"baselineProfiles/1/ananas-v0.14.2-libre-arm64-v8a.dm"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -78,8 +78,8 @@
|
||||||
"baselineProfiles": [
|
"baselineProfiles": [
|
||||||
"baselineProfiles/0/ananas-v0.14.2-libre-armeabi-v7a.dm",
|
"baselineProfiles/0/ananas-v0.14.2-libre-armeabi-v7a.dm",
|
||||||
"baselineProfiles/0/ananas-v0.14.2-libre-x86.dm",
|
"baselineProfiles/0/ananas-v0.14.2-libre-x86.dm",
|
||||||
"baselineProfiles/0/ananas-v0.14.2-libre-arm64-v8a.dm",
|
"baselineProfiles/0/ananas-v0.14.2-libre-x86_64.dm",
|
||||||
"baselineProfiles/0/ananas-v0.14.2-libre-x86_64.dm"
|
"baselineProfiles/0/ananas-v0.14.2-libre-arm64-v8a.dm"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import org.gradle.api.JavaVersion
|
import org.gradle.api.JavaVersion
|
||||||
|
|
||||||
object Versions {
|
object Versions {
|
||||||
const val appCode = 5
|
const val appCode = 6
|
||||||
const val appName = "0.14.2"
|
const val appName = "0.14.2"
|
||||||
|
|
||||||
const val compileSdk = 34
|
const val compileSdk = 34
|
||||||
|
|
|
@ -34,7 +34,7 @@ kotlin = "2.0.0"
|
||||||
kotlinx-serialization = "1.7.0"
|
kotlinx-serialization = "1.7.0"
|
||||||
ksp = "2.0.0-1.0.22"
|
ksp = "2.0.0-1.0.22"
|
||||||
ktlint = "12.1.1"
|
ktlint = "12.1.1"
|
||||||
libmpv = "0.2.0"
|
libmpv = "0.3.0"
|
||||||
material = "1.12.0"
|
material = "1.12.0"
|
||||||
media3-ffmpeg-decoder = "1.3.1+2"
|
media3-ffmpeg-decoder = "1.3.1+2"
|
||||||
timber = "5.0.1"
|
timber = "5.0.1"
|
||||||
|
|
Loading…
Reference in a new issue