Skip to content

Commit

Permalink
Release 1.2.0:
Browse files Browse the repository at this point in the history
* Update: Migrated from ButterKnife to ViewBinding
* Further clean up
  • Loading branch information
machiav3lli committed Dec 2, 2020
1 parent 3548444 commit 3f2de2c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
apply plugin: 'com.android.application'

int versionMajor = 1
int versionMinor = 1
int versionPath = 2

android {
compileSdkVersion 29
compileSdkVersion 30
defaultConfig {
applicationId 'com.machiav3lli.derdiedas'
minSdkVersion 24
targetSdkVersion 29
versionCode = versionMajor * 1000 + versionMinor * 100 + versionPath
versionName = "${versionMajor}.${versionMinor}.${versionPath}"
targetSdkVersion 30
versionCode = 1200
versionName = "1.2.0"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down

0 comments on commit 3f2de2c

Please sign in to comment.