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

Commit 750a5ea3 authored by narinder Rana's avatar narinder Rana
Browse files

update gradle appcompat version and compile skd version

parent ecdf3fe9
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    ext.androidx_appcompat_version = '1.1.0'
    ext.androidx_appcompat_version = '1.4.1'
    ext.androidx_constraintlayout_version = '1.1.3'
    ext.androidx_core_version = '1.2.0'
    ext.androidx_emoji_version = '1.0.0'
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'

android {
    compileSdkVersion 30
    compileSdkVersion 31
    flavorDimensions "analytics"

    defaultConfig {