We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9163979 commit 116b0dfCopy full SHA for 116b0df
build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.kotlin_version = "1.7.10"
+ ext.kotlin_version = "1.8.22"
3
repositories {
4
google()
5
mavenCentral()
core/build.gradle
@@ -5,6 +5,7 @@ plugins {
}
6
7
android {
8
+ namespace 'com.web3auth.core'
9
compileSdk 34
10
11
defaultConfig {
@@ -17,7 +18,7 @@ android {
17
18
19
buildTypes {
20
release {
- minifyEnable true
21
+ minifyEnabled true
22
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
23
consumerProguardFiles 'proguard-rules.pro', 'gson.pro', 'retrofit2.pro'
24
0 commit comments