Skip to content

Commit 7e4515e

Browse files
author
imac
committed
close announcement window either inbox, pop up or banner once action button is clicked
1 parent 47189cb commit 7e4515e

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
minSdkVersion 21
3737
targetSdkVersion 34
3838
versionCode 65
39-
versionName "2024.07.15"
39+
versionName "2024.07.16"
4040
multiDexEnabled true
4141
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
4242
}
@@ -136,8 +136,8 @@ dependencies {
136136
//implementation "com.google.android.play:core:1.8.0"
137137
implementation 'com.google.android.play:review:2.0.1'
138138

139-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
140-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3'
139+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'
140+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1'
141141

142142

143143
//implementation 'org.mongodb:bson:3.4.3'

app/src/main/java/com/oneflow/analytics/utils/OFConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
public interface OFConstants {
2222

23-
String currentVersion = "2024.07.15";//2023.07.14;
23+
String currentVersion = "2024.07.16";//2023.07.14;
2424
String MODE = "prod";//"dev";//"beta";//
2525

2626
String PLATFORM = "Android";

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildscript {
2424
}
2525
dependencies {
2626
classpath "com.android.tools.build:gradle:8.3.2"
27-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21'
27+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20'
2828
// classpath 'com.google.gms:google-services:4.3.15'
2929
//classpath "com.github.dcendents:android-maven-gradle-plugin:1.5"
3030
//classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.5'
@@ -37,7 +37,6 @@ buildscript {
3737
allprojects {
3838
repositories {
3939
google()
40-
jcenter()
4140
mavenCentral()
4241
}
4342
}

0 commit comments

Comments
 (0)