Skip to content

Commit

Permalink
adds essentials
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyodhiambo committed Aug 26, 2023
1 parent 0ba8e86 commit 7e946d5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
.externalNativeBuild
.cxx
local.properties

Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ fun NotificationManager.sendReminderNotification(
NotificationCompat.BigTextStyle()
.bigText(message)
)
.setSmallIcon(R.drawable.ic_notification)
.setSmallIcon(R.drawable.ic_notifications)
.setPriority(NotificationCompat.PRIORITY_HIGH)
.setSound(RingtoneManager.getDefaultUri(RingtoneManager.TYPE_NOTIFICATION))
.setContentIntent(contentPendingIntent)
Expand Down
6 changes: 3 additions & 3 deletions buildSrc/src/main/java/AndroidConfig.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
object AndroidConfig{
object AndroidConfig {
const val applicationId = "com.brandyodhiambo.quench"
const val minSdk = 26
const val targetSdk = 33
const val compileSdk = 33
const val versionCode = 1
const val versionName = "1.0.0"
}
const val versionName = "0.0.1"
}
1 change: 1 addition & 0 deletions essentials/pass
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Quench@123
Binary file added essentials/quenchkeystore.jks
Binary file not shown.

0 comments on commit 7e946d5

Please sign in to comment.