diff --git a/android/app/build.gradle b/android/app/build.gradle index 4e711c41..350b3d7d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -4,7 +4,6 @@ plugins { } android { - namespace 'com.trust.web3.demo' compileSdkVersion 30 buildToolsVersion "30.0.3" @@ -43,7 +42,7 @@ dependencies { implementation "com.louiscad.splitties:splitties-alertdialog-material:3.0.0" implementation "com.trustwallet:wallet-core:2.9.7" - implementation 'com.github.trustwallet:trust-web3-provider:4.0.1:packages/android-web3-provider/lib' + implementation 'com.github.trustwallet:trust-web3-provider:2.0.0-alpha' testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 019ae2d9..ba4431bd 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,7 @@ - + + android { compileSdkVersion 28 - namespace 'trust.web3jproviderV2' + defaultConfig { minSdkVersion 23 targetSdkVersion 28 diff --git a/android/lib/src/main/AndroidManifest.xml b/android/lib/src/main/AndroidManifest.xml index cc947c56..f57d9dd7 100644 --- a/android/lib/src/main/AndroidManifest.xml +++ b/android/lib/src/main/AndroidManifest.xml @@ -1 +1 @@ - +