Skip to content

Commit

Permalink
Fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
AozoraDev committed Sep 5, 2023
1 parent 6a65cc1 commit 0718b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
android {
namespace 'com.harubyte.mitobiapp'
compileSdk 34
buildToolsVersion "34.0.4"
buildToolsVersion "34.0.0"

defaultConfig {
applicationId "com.harubyte.mitobiapp"
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
android {
namespace 'com.harubyte.mitobi'
compileSdk 34
buildToolsVersion "34.0.4"
buildToolsVersion "34.0.0"

defaultConfig {
minSdk 21
Expand Down

0 comments on commit 0718b52

Please sign in to comment.