Skip to content

Commit

Permalink
Update versionCode / versionName (102 / 2.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmo1 committed Oct 10, 2023
1 parent 6604195 commit 068ab68
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ plugins {

android {
compileSdk 34
// buildToolsVersion "30.0.3"

defaultConfig {
applicationId "com.github.tmo1.sms_ie"
minSdkVersion 19
targetSdkVersion 34
versionCode 101
versionName "2.1.0"
versionCode 102
versionName "2.2.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -66,7 +65,6 @@ android {

dependencies {

//implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
Expand All @@ -75,9 +73,6 @@ dependencies {
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.work:work-runtime-ktx:2.8.1'

//def activity_version = "1.2.1"
//implementation "androidx.activity:activity-ktx:$activity_version"

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
Expand Down

0 comments on commit 068ab68

Please sign in to comment.