Skip to content

Commit 5ab9743

Browse files
committed
Updated dependencies
1 parent c45b615 commit 5ab9743

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

app/build.gradle

+5-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "com.omgodse.notally"
1313
minSdk 21
1414
targetSdk 30
15-
versionCode 36
16-
versionName "4.1"
15+
versionCode 37
16+
versionName "4.2"
1717
resConfigs "en", "ca", "cs", "de", "es", "fr", "hu", "in", "it", "ja", "nb", "nl", "pl", "pt-rBR", "ru", "sk", "sv", "tl", "tr", "uk"
1818
vectorDrawables.generatedDensities = []
1919
}
@@ -33,9 +33,11 @@ android {
3333
}
3434
}
3535

36-
kotlinOptions { jvmTarget = JavaVersion.VERSION_1_8 }
36+
kotlinOptions { jvmTarget = "1.8" }
3737

3838
buildFeatures { viewBinding true }
39+
40+
packagingOptions { exclude "DebugProbesKt.bin" }
3941
}
4042

4143
dependencies {

build.gradle

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

88
dependencies {
99
classpath "com.android.tools.build:gradle:7.0.2"
10-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.30"
10+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31"
1111
}
1212
}
1313

0 commit comments

Comments
 (0)