Skip to content
Snippets Groups Projects
Commit 9b55aab9 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

update version to 20250319-01 (452)

Change-Id: I7b051336b211102cbf6a5a41f3f0343355b36cfa
parent dedef014
No related branches found
No related tags found
No related merge requests found
...@@ -21,8 +21,8 @@ android { ...@@ -21,8 +21,8 @@ android {
defaultConfig { defaultConfig {
minSdk = 24 minSdk = 24
targetSdk = 35 targetSdk = 35
versionCode = 451 versionCode = 452
versionName = "20250314-01" versionName = "20250319-01"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild { externalNativeBuild {
cmake { cmake {
...@@ -100,12 +100,12 @@ dependencies { ...@@ -100,12 +100,12 @@ dependencies {
implementation ("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version") implementation ("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
implementation ("androidx.core:core-ktx:1.15.0") implementation ("androidx.core:core-ktx:1.15.0")
implementation ("androidx.appcompat:appcompat:1.7.0") implementation ("androidx.appcompat:appcompat:1.7.0")
implementation ("androidx.constraintlayout:constraintlayout:2.2.0") implementation ("androidx.constraintlayout:constraintlayout:2.2.1")
implementation ("androidx.cardview:cardview:1.0.0") implementation ("androidx.cardview:cardview:1.0.0")
implementation ("androidx.preference:preference-ktx:1.2.1") implementation ("androidx.preference:preference-ktx:1.2.1")
implementation ("androidx.recyclerview:recyclerview:1.3.2") implementation ("androidx.recyclerview:recyclerview:1.4.0")
implementation ("androidx.leanback:leanback:1.2.0-alpha04") implementation ("androidx.leanback:leanback:1.2.0-beta01")
implementation ("androidx.leanback:leanback-preference:1.2.0-alpha04") implementation ("androidx.leanback:leanback-preference:1.2.0-beta01")
implementation ("androidx.car.app:app:1.4.0") implementation ("androidx.car.app:app:1.4.0")
implementation ("androidx.tvprovider:tvprovider:1.1.0-alpha01") implementation ("androidx.tvprovider:tvprovider:1.1.0-alpha01")
implementation ("androidx.media:media:1.7.0") implementation ("androidx.media:media:1.7.0")
...@@ -118,7 +118,7 @@ dependencies { ...@@ -118,7 +118,7 @@ dependencies {
implementation ("com.google.android.material:material:1.12.0") implementation ("com.google.android.material:material:1.12.0")
implementation ("androidx.biometric:biometric:1.1.0") implementation ("androidx.biometric:biometric:1.1.0")
implementation ("com.google.android.flexbox:flexbox:3.0.0") implementation ("com.google.android.flexbox:flexbox:3.0.0")
implementation ("com.google.protobuf:protobuf-javalite:4.28.3") implementation ("com.google.protobuf:protobuf-javalite:4.30.1")
implementation("androidx.annotation:annotation-jvm:1.9.1") implementation("androidx.annotation:annotation-jvm:1.9.1")
// ORM // ORM
...@@ -175,11 +175,11 @@ dependencies { ...@@ -175,11 +175,11 @@ dependencies {
protobuf { protobuf {
protoc { protoc {
artifact = "com.google.protobuf:protoc:4.26.0" artifact = "com.google.protobuf:protoc:4.30.1"
} }
generateProtoTasks { generateProtoTasks {
all().forEach { task -> all().configureEach {
task.builtins { builtins {
create("java") { create("java") {
option("lite") option("lite")
} }
......
...@@ -18,7 +18,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. ...@@ -18,7 +18,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<!-- About --> <!-- About -->
<string name="app_name" translatable="false">Jami</string> <string name="app_name" translatable="false">Jami</string>
<string name="app_author" translatable="false">Savoir-faire Linux Inc.</string> <string name="app_author" translatable="false">Savoir-faire Linux Inc.</string>
<string name="app_release" translatable="false">Astarte - %1$s</string> <string name="app_release" translatable="false">Εἰρήνη - %1$s</string>
<string name="app_website" translatable="false">https://jami.net</string> <string name="app_website" translatable="false">https://jami.net</string>
<string name="app_website_contribute" translatable="false"><u>https://jami.net/contribute</u></string> <string name="app_website_contribute" translatable="false"><u>https://jami.net/contribute</u></string>
<string name="gnu_license_website" translatable="false">https://www.gnu.org/licenses/gpl.html</string> <string name="gnu_license_website" translatable="false">https://www.gnu.org/licenses/gpl.html</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment