Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
updated version code and number
Browse files Browse the repository at this point in the history
  • Loading branch information
javacafe01 committed Mar 2, 2020
1 parent 8c9daf1 commit 89fa964
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ android {
applicationId "com.gsnathan.pdfviewer"
minSdkVersion 21
targetSdkVersion 29
versionCode 23
versionName "3.2"
versionCode 24
versionName "3.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

Expand Down Expand Up @@ -71,7 +71,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.2.0-alpha01'
implementation 'com.google.android.material:material:1.2.0-alpha05'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.12'
Expand All @@ -94,7 +94,8 @@ dependencies {
implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1'

//Android Annotations Library (Proguard config not needed)
compileOnly 'org.androidannotations:androidannotations:4.5.2'
//compileOnly
annotationProcessor 'org.androidannotations:androidannotations:4.5.2'
implementation 'org.androidannotations:androidannotations-api:4.5.2'

//License Presenter Library (Proguard config not needed)
Expand Down

0 comments on commit 89fa964

Please sign in to comment.