Skip to content

Commit

Permalink
migrate to androidX
Browse files Browse the repository at this point in the history
now Round Result is optional
  • Loading branch information
abbasalim committed Feb 23, 2020
1 parent 335df7c commit 005f227
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 15
targetSdkVersion 29
versionCode 3
versionName "2.1"
versionName "3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion calculatorlibe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 15
targetSdkVersion 29
versionCode 3
versionName "2.0"
versionName "3.0"


}
Expand Down

0 comments on commit 005f227

Please sign in to comment.