Skip to content

Commit

Permalink
Merge pull request #73 from ritwikshanker/developer/fix-version-system
Browse files Browse the repository at this point in the history
Fix Versioning System
  • Loading branch information
ritwikshanker authored Oct 13, 2021
2 parents 36550f9 + dc88fd0 commit 2e8076a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId "com.gocoronago.tracker"
minSdkVersion 19
targetSdkVersion 31
versionCode 4
versionName "4.1"
versionCode 40200
versionName "4.2.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.5.30"
ext.android_plugin_version = '7.0.2'
ext.android_plugin_version = '7.0.3'
repositories {
google()
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:$android_plugin_version"
classpath 'com.android.tools.build:gradle:7.0.2'
classpath 'com.android.tools.build:gradle:7.0.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 2e8076a

Please sign in to comment.