Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
AbolfaZlRezaEe committed Aug 8, 2022
1 parent 073de18 commit c21f986
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,12 @@ android {
applicationId "me.abolfazl.nmock"
minSdk 21
targetSdk 31
versionCode 7
versionName "1.0.4-beta02"
versionCode 8
versionName "2.0.0"
vectorDrawables.useSupportLibrary true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

splits {
abi {
enable true
reset()
include 'armeabi-v7a'
universalApk false
}
}

buildTypes {
release {
minifyEnabled true
Expand Down

0 comments on commit c21f986

Please sign in to comment.