Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Jan 4, 2023
1 parent b3a0532 commit 58eb569
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
android {
compileSdkVersion 33

def appVersionCode = 55
def appVersionCode = 56
def appVersionName = "build_${appVersionCode}_final (beta)"

buildFeatures {
Expand Down Expand Up @@ -105,8 +105,8 @@ dependencies {

// Test
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

// Kotlin
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1'
Expand Down

0 comments on commit 58eb569

Please sign in to comment.