File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
src/main/java/com/oneflow/analytics/utils Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android {
36
36
minSdkVersion 21
37
37
targetSdkVersion 34
38
38
versionCode 65
39
- versionName " 2024.07.15 "
39
+ versionName " 2024.07.16 "
40
40
multiDexEnabled true
41
41
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
42
42
}
@@ -136,8 +136,8 @@ dependencies {
136
136
// implementation "com.google.android.play:core:1.8.0"
137
137
implementation ' com.google.android.play:review:2.0.1'
138
138
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 '
141
141
142
142
143
143
// implementation 'org.mongodb:bson:3.4.3'
Original file line number Diff line number Diff line change 20
20
21
21
public interface OFConstants {
22
22
23
- String currentVersion = "2024.07.15 " ;//2023.07.14;
23
+ String currentVersion = "2024.07.16 " ;//2023.07.14;
24
24
String MODE = "prod" ;//"dev";//"beta";//
25
25
26
26
String PLATFORM = "Android" ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ buildscript {
24
24
}
25
25
dependencies {
26
26
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 '
28
28
// classpath 'com.google.gms:google-services:4.3.15'
29
29
// classpath "com.github.dcendents:android-maven-gradle-plugin:1.5"
30
30
// classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.5'
@@ -37,7 +37,6 @@ buildscript {
37
37
allprojects {
38
38
repositories {
39
39
google()
40
- jcenter()
41
40
mavenCentral()
42
41
}
43
42
}
You can’t perform that action at this time.
0 commit comments