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

Commit d7f36ee3 authored by Michael Enoma's avatar Michael Enoma
Browse files

Fix build version

parent d7cf4432
Loading
Loading
Loading
Loading
Loading
+17 −21
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinCompile
buildscript {
    ext {
        buildConfig = [
                'compileSdk'    : 30,
                'compileSdk'    : 31,
                'targetSdk'     : 30,
                'minSdk'        : 21,
                'buildTools'    : '30.0.3',
@@ -11,50 +11,46 @@ buildscript {
        ]

        versions = [
                'kotlin'                       : '1.5.30',
                'kotlinCoroutines'             : '1.5.1',
                'androidxAppCompat'            : '1.2.0',
                'androidxRecyclerView'         : '1.1.0',
                'androidxLifecycle'            : '2.3.1',
                'kotlin'                       : '1.5.31',
                'kotlinCoroutines'             : '1.5.2',
                'androidxAppCompat'            : '1.3.1',
                'androidxActivity'             : '1.4.0',
                'androidxRecyclerView'         : '1.2.1',
                'androidxLifecycle'            : '2.4.0',
                'androidxAnnotation'           : '1.2.0',
                'androidxBiometric'            : '1.1.0',
                'androidxNavigation'           : '2.3.5',
                'androidxConstraintLayout'     : '2.0.4',
                'androidxWorkManager'          : '2.5.0',
                'androidxFragment'             : '1.3.3',
                'retrofit'                     : '2.7.2',
                'androidxConstraintLayout'     : '2.1.1',
                'androidxWorkManager'          : '2.7.0',
                'androidxFragment'             : '1.3.6',
                'androidxLocalBroadcastManager': '1.0.0',
                'androidxCore'                 : '1.3.2',
                'androidxCore'                 : '1.7.0',
                'androidxCardView'             : '1.0.0',
                'androidxPreference'           : '1.1.1',

                'androidxTestCore'             : '1.4.0',
                'materialComponents'           : '1.4.0',
                'fastAdapter'                  : '5.5.1',
                'preferencesFix'               : '1.1.0',
                'okio'                         : '2.10.0',
                'moshi'                        : '1.12.0',

                'timber'                       : '5.0.1',
                'koin'                         : '3.1.3',
                'commonsIo'                    : '2.11.0',
                'mime4j'                       : '0.8.6',
                'okhttp'                       : '4.9.2',
                'koin'                         : '2.2.2',
                'commonsIo'                    : '2.6',
                'mime4j'                       : '0.8.3',
                'okhttp'                       : '4.9.1',
                'minidns'                      : '1.0.0',
                'glide'                        : '4.12.0',

                'retrofit'                     : '2.7.2',

                'androidxTestRunner'           : '1.3.0',

                'junit'                        : '4.13.2',
                'robolectric'                  : '4.5.1',
                'mockito'                      : '3.9.0',
                'mockitoKotlin'                : '3.1.0',
                'truth'                        : '1.1.2',

                'ktlint'                       : '0.40.0'
        ]


        javaVersion = JavaVersion.VERSION_1_8
        kotlinJvmVersion = "1.8"
    }