Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kernel0x committed Apr 24, 2023
1 parent 6ae1f5d commit 0e2f07d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.kernel.falcon"
minSdkVersion 16
targetSdkVersion 28
versionCode 2
versionName "1.0.2"
versionCode 3
versionName "1.0.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 29
versionCode 2
versionName "1.0.2"
versionCode 3
versionName "1.0.3"
}

packagingOptions {
Expand Down

0 comments on commit 0e2f07d

Please sign in to comment.