Skip to content

Commit

Permalink
Change version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaBavadekar authored Oct 18, 2022
1 parent b7e31fe commit 2cf3310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pinlog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
minSdkVersion 19
targetSdkVersion 31
versionCode 1
versionName "1.0.0"
versionName "1.0.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -43,4 +43,4 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
}
}

0 comments on commit 2cf3310

Please sign in to comment.