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

Commit 96e14a88 authored by Moez Bhatti's avatar Moez Bhatti
Browse files

Upgrade to Kotlin v1.7.20

parent 927db19a
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -25,15 +25,14 @@ android {
    defaultConfig {
        minSdkVersion 21
        targetSdkVersion 25
        versionCode 1
        versionName "1.0"
    }

    lintOptions {
        abortOnError false
    }

    useLibrary 'org.apache.http.legacy'
    lint {
        abortOnError false
    }
    namespace 'com.klinker.android.send_message'
}

dependencies {
+1 −3
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<manifest
    package="com.klinker.android.send_message"
    xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

    <application>

+4 −4
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ buildscript {
    ext.exoplayer_version = "2.8.1"
    ext.glide_version = "4.8.0"
    ext.junit_version = '4.12'
    ext.kotlin_version = '1.3.60'
    ext.kotlin_version = '1.7.20'
    ext.lifecycle_version = '2.1.0'
    ext.material_version = '1.0.0'
    ext.mockito_version = '2.18.3'
@@ -42,9 +42,9 @@ buildscript {
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:4.2.2'
        classpath 'com.google.firebase:firebase-crashlytics-gradle:2.4.1'
        classpath 'com.google.gms:google-services:4.2.0'
        classpath 'com.android.tools.build:gradle:7.3.1'
        classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.2'
        classpath 'com.google.gms:google-services:4.3.10'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
        classpath "io.realm:realm-gradle-plugin:$realm_version"
    }
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ android {
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

    }
    namespace 'com.moez.QKSMS.common'
}

dependencies {
+1 −1
Original line number Diff line number Diff line
@@ -16,4 +16,4 @@
  ~ You should have received a copy of the GNU General Public License
  ~ along with QKSMS.  If not, see <http://www.gnu.org/licenses/>.
  -->
<manifest package="com.moez.QKSMS.common" />
<manifest />
Loading