From 0f935a6452847e1b7d081f12230968be1ec8325f Mon Sep 17 00:00:00 2001 From: Abhishek Chaudhuri Date: Sat, 26 Oct 2024 22:51:06 -0400 Subject: [PATCH] Update Kotlin, NDK, & the app version --- app/build.gradle | 6 +++--- build.gradle | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 64f4d6c..279d277 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'kotlin-android' android { namespace 'com.abhi.minibrainage' compileSdk 35 - ndkVersion "26.1.10909125" + ndkVersion "27.2.12479018" compileOptions { sourceCompatibility JavaVersion.VERSION_17 @@ -19,8 +19,8 @@ android { applicationId "com.abhi.minibrainage" minSdkVersion 23 targetSdkVersion 35 - versionCode 11 - versionName "1.2.1" + versionCode 12 + versionName "1.2.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/build.gradle b/build.gradle index 18bb341..6cdc51f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.9.22' + // Kotlin versions: https://kotlinlang.org/docs/releases.html#release-details + ext.kotlin_version = '2.0.21' repositories { google() mavenCentral()