~igor-cali/bilancio/trunk-a18

« back to all changes in this revision

Viewing changes to android/API26/build.gradle

  • Committer: Igor Calì
  • Date: 2020-11-21 13:21:32 UTC
  • Revision ID: igor.cali0@gmail.com-20201121132132-jdkotic2nvd0v6g8
v3.4.1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
            google()
6
6
    }
7
7
    dependencies {
8
 
        classpath 'com.android.tools.build:gradle:4.0.2'
 
8
        classpath 'com.android.tools.build:gradle:4.1.1'
9
9
    }
10
10
}
11
11
apply plugin: 'com.android.application'
30
30
    implementation 'androidx.recyclerview:recyclerview:1.0.0'
31
31
    implementation 'androidx.cardview:cardview:1.0.0'
32
32
    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
33
 
    implementation "androidx.preference:preference:1.1.0"
 
33
    implementation 'androidx.preference:preference:1.1.0'
 
34
    implementation 'androidx.core:core:1.3.2'
34
35
 
35
36
    implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
36
37
    implementation 'org.osmdroid:osmdroid-android:6.1.8'
37
 
    implementation 'net.zetetic:android-database-sqlcipher:4.4.0'
 
38
    implementation 'net.zetetic:android-database-sqlcipher:4.4.1'
38
39
}
39
40
 
40
41
android {
41
 
    compileSdkVersion 29
 
42
    compileSdkVersion 30
42
43
    //buildToolsVersion "25.0.0"
43
44
 
44
45
    sourceSets {
90
91
        devel {
91
92
            applicationIdSuffix ".devel"
92
93
            versionNameSuffix "-devel"
 
94
 
 
95
            // Code for ACRA library ---------------------------//
 
96
            // Library not used in the publicly released code   //
 
97
            compileOptions {                                    //
 
98
                sourceCompatibility JavaVersion.VERSION_1_8     //
 
99
                targetCompatibility JavaVersion.VERSION_1_8     //
 
100
            }                                                   //
 
101
            dependencies {                                      //
 
102
                implementation "ch.acra:acra-mail:5.7.0"        //
 
103
            }                                                   //
 
104
            // -------------------------------------------------//
93
105
        }
94
106
        debug {
95
107
            applicationIdSuffix ".debug"