Skip to content

Commit

Permalink
changed version of the App
Browse files Browse the repository at this point in the history
  • Loading branch information
akamfoad committed May 15, 2020
1 parent 81de6b6 commit 10dd2ac
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ android {
applicationId "com.fanaye.sorantravel"
minSdkVersion 24
targetSdkVersion 29
versionCode 1
versionName "1.0"
// testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 2
versionName "1.1.0"
}
buildTypes {
release {
Expand All @@ -22,9 +21,6 @@ android {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}
// apply plugin: 'com.android.application'
//
// apply plugin: 'com.google.gms.google-services' // Google Services Gradle plugin

// Apply the Crashlytics Gradle plugin
apply plugin: 'com.google.firebase.crashlytics'
Expand Down

0 comments on commit 10dd2ac

Please sign in to comment.