Skip to content

Commit

Permalink
Update Kotlin, NDK, & the app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhiek187 committed Oct 27, 2024
1 parent 213d1a0 commit 0f935a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
}
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit 0f935a6

Please sign in to comment.