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

Commit e22d6d26 authored by Gokul Swaminathan's avatar Gokul Swaminathan
Browse files

Changed some gradle versions

parent 25176ecf
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
@@ -31,12 +31,12 @@ android {
        abortOnError false
    }

    buildToolsVersion "28.0.3"
    compileSdkVersion 29
    buildToolsVersion "29.0.2"
    compileSdkVersion 30
    defaultConfig {
        applicationId "com.gsnathan.pdfviewer"
        minSdkVersion 21
        targetSdkVersion 29
        targetSdkVersion 30
        versionCode 24
        versionName "3.3"
        vectorDrawables.useSupportLibrary = true
@@ -61,7 +61,6 @@ android {

        debug {
            debuggable true
            useProguard false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
@@ -69,9 +68,9 @@ android {

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'androidx.appcompat:appcompat:1.1.0'
    implementation 'com.google.android.material:material:1.2.0-alpha05'
    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
    implementation 'androidx.appcompat:appcompat:1.2.0'
    implementation 'com.google.android.material:material:1.3.0-beta01'
    implementation 'androidx.constraintlayout:constraintlayout:2.0.4'

    //Intro Library
    implementation 'com.github.paolorotolo:appintro:v5.1.0'
@@ -87,8 +86,8 @@ dependencies {

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

    //License Presenter Library (Proguard config not needed)
    implementation 'com.github.franmontiel:AttributionPresenter:1.0.1'
+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.6.0'
        classpath 'com.android.tools.build:gradle:4.1.1'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
+2 −2
Original line number Diff line number Diff line
#Sun Mar 01 16:36:51 CET 2020
#Sun Dec 20 10:40:56 PST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip