Skip to content

Commit 767c1eb

Browse files
committed
Updated dependencies
1 parent c43043d commit 767c1eb

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId 'com.omgodse.notally'
1414
minSdk 21
1515
targetSdk 33
16-
versionCode 52
17-
versionName "5.7"
16+
versionCode 53
17+
versionName "5.8"
1818
resConfigs 'en', 'ca', 'cs', 'da', 'de', 'el', 'es', 'fr', 'hu', 'in', 'it', 'ja', 'my', 'nb', 'nl', 'nn', 'pl', 'pt-rBR', 'pt-rPT', 'ro', 'ru', 'sk', 'sv', 'tl', 'tr', 'uk', 'vi', 'zh-rCN'
1919
vectorDrawables.generatedDensities = []
2020
}
@@ -57,7 +57,7 @@ dependencies {
5757
implementation "androidx.room:room-ktx:$roomVersion"
5858
implementation "androidx.room:room-runtime:$roomVersion"
5959

60-
implementation "androidx.work:work-runtime:2.8.1"
60+
implementation "androidx.work:work-runtime:2.9.0"
6161

6262
implementation "androidx.navigation:navigation-ui-ktx:$navVersion"
6363
implementation "androidx.navigation:navigation-fragment-ktx:$navVersion"

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.2.1'
9+
classpath 'com.android.tools.build:gradle:8.3.0'
1010
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0'
1111
}
1212
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Updated German, Polish, Czech, Vietnamese, Slovenian, Norwegian and French translations
2+
3+
You can now create new labels on the spot when editing a note
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sat Feb 06 22:56:10 IST 2021
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)