Skip to content

Commit

Permalink
Bump app version and update gradle
Browse files Browse the repository at this point in the history
- Updade kotlin to 2.0.20
- Update gradle to 8.6.1
- Update androidx navigation fragment to 2.8.1
  • Loading branch information
WSTxda committed Sep 19, 2024
1 parent 6d0742f commit 1992184
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 325 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

318 changes: 0 additions & 318 deletions .idea/other.xml

This file was deleted.

8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ plugins {

android {
namespace = "com.wstxda.gsl"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.wstxda.gsl"
minSdk = 24
//noinspection OldTargetApi
targetSdk = 33
versionCode = 450
versionName = "4.5"
versionCode = 460
versionName = "4.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -41,5 +41,5 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.preference:preference-ktx:1.2.1")
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.navigation:navigation-fragment-ktx:2.8.0")
implementation("androidx.navigation:navigation-fragment-ktx:2.8.1")
}
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.6.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
id("com.android.application") version "8.6.1" apply false
id("org.jetbrains.kotlin.android") version "2.0.20" apply false
}

0 comments on commit 1992184

Please sign in to comment.