Skip to content

Commit

Permalink
add version info in build.gradle. update build tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantan-kgp committed Mar 24, 2021
1 parent 54500d3 commit b330dbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionCode 6
versionName "alpha-6"
}
}

Expand All @@ -33,7 +33,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
1 change: 1 addition & 0 deletions src/main/java/rough.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
### VERSION UPDATE
1. `README.md` : Update the jitpack release name in the `Getting started` section.
2. `README.md` : Check if the jitpack badge is updated. If not, regenerate the badge.
3. Change `versionCode` and `versionName` in build.gradle.

0 comments on commit b330dbc

Please sign in to comment.