Skip to content

Commit d71113c

Browse files
Update Gradle so project builds
1 parent a765700 commit d71113c

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if (keystorePropertiesFile.exists()) {
3131
android {
3232
namespace "com.bibleside.bibleside"
3333
compileSdkVersion 36
34-
ndkVersion '28.0.12433566 rc1'
34+
ndkVersion '29.0.14206865'
3535

3636
compileOptions {
3737
sourceCompatibility JavaVersion.VERSION_1_8

android/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
buildscript {
2-
ext.kotlin_version = '1.9.20'
32
repositories {
43
google()
54
mavenCentral()
65
}
7-
8-
dependencies {
9-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
10-
}
116
}
127

138
allprojects {

android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pluginManagement {
2424
plugins {
2525
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2626
id "com.android.application" version "8.7.3" apply false
27-
id "org.jetbrains.kotlin.android" version "2.0.0" apply false
27+
id "org.jetbrains.kotlin.android" version "2.2.0" apply false
2828
}
2929

3030
include ":app"

0 commit comments

Comments
 (0)