Add devcontainer setup, bump minSdk to 34, rename app to Bong Hit Timer

This commit is contained in:
2026-05-28 22:39:48 -07:00
parent 634e0ae48a
commit b04f197ec2
5 changed files with 55 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId "com.example.countdowntimer"
minSdk 24
minSdk 34
targetSdk 34
versionCode 1
versionName "1.0"
+1 -1
View File
@@ -4,7 +4,7 @@
<application
android:allowBackup="true"
android:icon="@drawable/ic_timer"
android:label="Countdown Timer"
android:label="Bong Hit Timer"
android:supportsRtl="true"
android:theme="@style/Theme.CountdownTimer">
<activity