Add devcontainer setup, bump minSdk to 34, rename app to Bong Hit Timer
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.example.countdowntimer"
|
||||
minSdk 24
|
||||
minSdk 34
|
||||
targetSdk 34
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user