Skip to content

Commit

Permalink
revert build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailSuendukov committed Oct 12, 2023
1 parent c154dd8 commit 0a70503
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions apps/sasquatch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
flavorDimensions "dependency", "distribute"

defaultConfig {
versionCode 301
versionName "5.0.2"
versionCode 302
versionName "5.0.3"
externalNativeBuild {
ndkBuild {
arguments "NDK_APPLICATION_MK=Application.mk", "V=1"
Expand Down Expand Up @@ -64,7 +64,6 @@ android {
path "Android.mk"
}
}
ndkVersion '26.0.10792818'
}

repositories {
Expand Down Expand Up @@ -117,4 +116,4 @@ dependencies {
androidTestImplementation 'androidx.test:rules:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'androidx.test.espresso:espresso-idling-resource:3.1.0'
}
}

0 comments on commit 0a70503

Please sign in to comment.