diff --git a/76Pokies/build.gradle b/76Pokies/build.gradle index b8dcce7..a9689aa 100644 --- a/76Pokies/build.gradle +++ b/76Pokies/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.web.pokies76" minSdkVersion 24 targetSdkVersion 31 - versionCode 100 - versionName "v1.0.0" + versionCode 106 + versionName "v1.0.6" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/Oyen333/src/main/java/com/web/Oyen333/MyFirebaseMessageingService.java b/Oyen333/src/main/java/com/web/Oyen333/MyFirebaseMessageingService.java index 2d74f70..37062db 100644 --- a/Oyen333/src/main/java/com/web/Oyen333/MyFirebaseMessageingService.java +++ b/Oyen333/src/main/java/com/web/Oyen333/MyFirebaseMessageingService.java @@ -83,14 +83,14 @@ public class MyFirebaseMessageingService extends FirebaseMessagingService { channelwinway.enableVibration(true); notificationManager.createNotificationChannel(channelwinway); notificationBuilder = new NotificationCompat.Builder(this, channelwinway.getId()) - .setSmallIcon(com.web.base.R.mipmap.ic_launcher) + .setSmallIcon(R.mipmap.app_logo) .setContentTitle(messageInfo.getTitle()) .setContentText(messageInfo.getContent()) .setAutoCancel(true) .setContentIntent(pendingIntent); } else { notificationBuilder = new NotificationCompat.Builder(this, getString(com.web.base.R.string.app_name)) - .setSmallIcon(com.web.base.R.mipmap.ic_launcher) + .setSmallIcon(R.mipmap.app_logo) .setContentTitle(messageInfo.getTitle()) .setContentText(messageInfo.getContent()) .setAutoCancel(true) @@ -129,14 +129,14 @@ public class MyFirebaseMessageingService extends FirebaseMessagingService { channelwinway.enableVibration(true); notificationManager.createNotificationChannel(channelwinway); notificationBuilder = new NotificationCompat.Builder(this, channelwinway.getId()) - .setSmallIcon(com.web.base.R.mipmap.ic_launcher) + .setSmallIcon(R.mipmap.app_logo) .setContentTitle(title) .setContentText(body) .setAutoCancel(true) .setContentIntent(pendingIntent); } else { notificationBuilder = new NotificationCompat.Builder(this, getString(com.web.base.R.string.app_name)) - .setSmallIcon(com.web.base.R.mipmap.ic_launcher) + .setSmallIcon(R.mipmap.app_logo) .setContentTitle(title) .setContentText(body) .setAutoCancel(true) diff --git a/settings.gradle b/settings.gradle index 98b7046..5c9d68d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -34,3 +34,4 @@ include ':cekap33' include ':play88aus' include ':cergas' include ':spinsini' +include ':Oyen333'