Skip to content

Commit 25ab873

Browse files
committed
Version 2.3.1
1 parent e54d8d8 commit 25ab873

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

app/build.gradle

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
apply plugin: 'com.android.application'
1+
apply plugin: "com.android.application"
22

33
android {
4-
compileSdk 34
4+
compileSdk 35
55
namespace "biz.binarysolutions.mindfulnessmeditation"
66

77
compileOptions {
@@ -12,17 +12,17 @@ android {
1212
defaultConfig {
1313
applicationId "biz.binarysolutions.mindfulnessmeditation"
1414
minSdkVersion 21
15-
targetSdkVersion 34
16-
versionCode 5
17-
versionName "2.3"
15+
targetSdkVersion 35
16+
versionCode 6
17+
versionName "2.3.1"
1818

1919
setProperty("archivesBaseName", "$applicationId-$versionName")
2020
}
2121

2222
buildTypes {
2323
release {
2424
minifyEnabled true
25-
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
25+
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
2626
}
2727
}
2828

@@ -51,22 +51,20 @@ android {
5151
dependencies {
5252
implementation fileTree(dir: "libs", include: ["*.jar"])
5353

54-
implementation 'com.google.android.material:material:1.11.0'
54+
implementation "com.google.android.material:material:1.12.0"
5555

56-
implementation 'androidx.navigation:navigation-fragment:2.7.7'
57-
implementation 'androidx.navigation:navigation-ui:2.7.7'
56+
implementation "androidx.navigation:navigation-fragment:2.9.1"
57+
implementation "androidx.navigation:navigation-ui:2.9.1"
5858

59-
implementation 'androidx.appcompat:appcompat:1.6.1'
60-
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
61-
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
62-
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
63-
implementation 'androidx.recyclerview:recyclerview:1.3.2'
64-
implementation 'androidx.preference:preference:1.2.1'
59+
implementation "androidx.appcompat:appcompat:1.7.1"
60+
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
61+
implementation "androidx.legacy:legacy-support-v4:1.0.0"
62+
implementation "androidx.preference:preference:1.2.1"
6563

66-
def room_version = "2.6.1"
64+
def room_version = "2.7.2"
6765
implementation "androidx.room:room-runtime:$room_version"
6866
annotationProcessor "androidx.room:room-compiler:$room_version"
6967
testImplementation "androidx.room:room-testing:$room_version"
7068

71-
gplayImplementation 'com.google.android.play:review:2.0.1'
69+
gplayImplementation "com.google.android.play:review:2.0.2"
7270
}

metadata/en-US/changelogs/6.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2.3.1 (2025.07.08)
2+
3+
* targeting SDK version 35
4+

0 commit comments

Comments
 (0)