diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0c8f47f..6333317 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -23,8 +23,8 @@ android { applicationId = "org.nsh07.pomodoro" minSdk = 26 targetSdk = 36 - versionCode = 2 - versionName = "1.0.0" + versionCode = 3 + versionName = "1.0.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } @@ -52,6 +52,10 @@ android { buildFeatures { compose = true } + dependenciesInfo { + includeInApk = false + includeInBundle = false + } } dependencies { diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt new file mode 100644 index 0000000..a2f9c08 --- /dev/null +++ b/fastlane/metadata/android/en-US/title.txt @@ -0,0 +1 @@ +Tomato \ No newline at end of file