Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell committed Aug 9, 2023
1 parent 3791fcc commit 48f3c25
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,20 @@ repositories {
}

android {
compileSdkVersion 33
buildToolsVersion '33.0.0'
sourceSets {
main {

}
}
defaultConfig {
versionCode 245
versionName "3.66"
versionCode 244
versionName "3.65"

applicationId "io.stormbird.wallet"
minSdkVersion 24
compileSdk 33
targetSdkVersion 33
targetSdkVersion 32
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
testInstrumentationRunnerArguments clearPackageData: 'true'
def XInfuraAPI = "XInfuraAPI"
Expand Down Expand Up @@ -325,18 +326,18 @@ dependencies {
testImplementation group: 'org.powermock', name: 'powermock-module-junit4-rule-agent', version: '2.0.9'
testImplementation group: 'org.powermock', name: 'powermock-module-junit4', version: '2.0.9'
testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: '2.0.9'
testImplementation group: 'org.json', name: 'json', version: '20230618'
testImplementation group: 'org.json', name: 'json', version: '20220320'

// Component tests
testImplementation 'org.robolectric:robolectric:4.8.2'
testImplementation 'androidx.test:core:1.5.0'
testImplementation 'androidx.test.ext:junit:1.1.5'
testImplementation 'androidx.test:core:1.4.0'
testImplementation 'androidx.test.ext:junit:1.1.3'

// E2e tests
androidTestImplementation 'androidx.test:runner:1.6.0-alpha03'
androidTestImplementation 'androidx.test:core:1.6.0-alpha01'
androidTestUtil 'androidx.test:orchestrator:1.5.0-alpha01'
testImplementation 'org.hamcrest:hamcrest:2.2'
androidTestImplementation 'androidx.test:runner:1.5.0-alpha02'
androidTestImplementation 'androidx.test:core:1.4.1-alpha05'
androidTestUtil 'androidx.test:orchestrator:1.4.2-alpha02'
testImplementation 'org.hamcrest:hamcrest:2.1'

androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.2', {
exclude group: "com.android.support", module: "support-annotations"
Expand All @@ -345,10 +346,10 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})

androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.1'
androidTestImplementation 'androidx.browser:browser:1.5.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.3.0'
androidTestImplementation 'androidx.browser:browser:1.4.0'

implementation 'com.trustwallet:wallet-core:2.6.4'

Expand All @@ -365,7 +366,7 @@ dependencies {
//Timber
implementation 'com.jakewharton.timber:timber:5.0.1'

implementation platform('com.walletconnect:android-bom:1.13.1')
implementation 'com.walletconnect:android-bom:1.13.1'
implementation('com.walletconnect:web3wallet:1.10.0', {
exclude group: 'org.web3j', module: '*'
})
Expand All @@ -378,9 +379,9 @@ dependencies {

//Analytics
analyticsImplementation 'com.google.android.play:core:1.10.3'
analyticsImplementation 'com.google.firebase:firebase-analytics:21.3.0'
analyticsImplementation 'com.google.firebase:firebase-analytics:21.1.1'
analyticsImplementation 'com.mixpanel.android:mixpanel-android:5.8.4'
analyticsImplementation 'com.google.firebase:firebase-crashlytics:18.4.0'
analyticsImplementation 'com.google.firebase:firebase-crashlytics:18.2.13'

// Notifications
implementation 'com.google.firebase:firebase-messaging:21.1.0'
Expand Down

0 comments on commit 48f3c25

Please sign in to comment.