Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d26529a authored by Gokul Swaminathan's avatar Gokul Swaminathan
Browse files

Version Changes

Changed version code, version num, and lib versions.
parent 6eb865d3
Loading
Loading
Loading
Loading
−540 B (200 KiB)

File changed.

No diff preview for this file type.

+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
  <component name="ProjectModuleManager">
    <modules>
      <module fileurl="file://$PROJECT_DIR$/PdfViewer.iml" filepath="$PROJECT_DIR$/PdfViewer.iml" />
      <module fileurl="file://$PROJECT_DIR$/PdfViewer.iml" filepath="$PROJECT_DIR$/PdfViewer.iml" />
      <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
      <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
    </modules>
  </component>
+3 −3
Original line number Diff line number Diff line
@@ -37,8 +37,8 @@ android {
        applicationId "com.gsnathan.pdfviewer"
        minSdkVersion 21
        targetSdkVersion 29
        versionCode 22
        versionName "3.1"
        versionCode 23
        versionName "3.2"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
        vectorDrawables.useSupportLibrary = true

@@ -71,7 +71,7 @@ android {
dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'androidx.appcompat:appcompat:1.0.2'
    implementation 'com.google.android.material:material:1.1.0-alpha07'
    implementation 'com.google.android.material:material:1.1.0-alpha09'
    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
    testImplementation 'junit:junit:4.12'
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ buildscript {
        maven {   url "https://maven.google.com"  }
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.4.1'
        classpath 'com.android.tools.build:gradle:3.4.2'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files