Skip to content

Commit 116b0df

Browse files
committed
feat: update kotlin version
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 9163979 commit 116b0df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = "1.7.10"
2+
ext.kotlin_version = "1.8.22"
33
repositories {
44
google()
55
mavenCentral()

core/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55
}
66

77
android {
8+
namespace 'com.web3auth.core'
89
compileSdk 34
910

1011
defaultConfig {
@@ -17,7 +18,7 @@ android {
1718

1819
buildTypes {
1920
release {
20-
minifyEnable true
21+
minifyEnabled true
2122
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2223
consumerProguardFiles 'proguard-rules.pro', 'gson.pro', 'retrofit2.pro'
2324
}

0 commit comments

Comments
 (0)