Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Jun 26, 2024
1 parent 4f9587d commit c2b0498
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "be.chvp.nanoledger"
minSdk = 21
targetSdk = 34

Check failure on line 16 in app/build.gradle.kts

View workflow job for this annotation

GitHub Actions / lint

Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details.
versionCode = 20100
versionName = "0.2.0"
versionCode = 30100
versionName = "0.3.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/30100.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Allow searching for transactions

0 comments on commit c2b0498

Please sign in to comment.