Skip to content

Commit

Permalink
Update version code and libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
OmGodse committed Jul 21, 2020
1 parent 2d1984c commit f081a27
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ android {
applicationId "com.omgodse.notally"
minSdkVersion 23
targetSdkVersion 29
versionCode 20
versionName "2.5"
versionCode 21
versionName "2.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand All @@ -27,7 +28,9 @@ android {

kotlinOptions { jvmTarget = JavaVersion.VERSION_1_8.toString() }

viewBinding { enabled = true }
buildFeatures {
viewBinding true
}

androidExtensions { features = ["parcelize"] }
}
Expand All @@ -52,7 +55,7 @@ dependencies {
implementation "androidx.navigation:navigation-fragment-ktx:$stableNavVersion"

implementation 'org.ocpsoft.prettytime:prettytime:4.0.5.Final'
implementation 'com.google.android.material:material:1.2.0-alpha06'
implementation 'com.google.android.material:material:1.3.0-alpha01'

implementation 'com.uttampanchasara.pdfgenerator:pdfgenerator:1.3'
}

0 comments on commit f081a27

Please sign in to comment.