Skip to content

Commit

Permalink
update target version and rxjava dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iMac committed Sep 18, 2023
1 parent f3d810b commit cf65f73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {
//applicationId "com.circo.oneflow"
minSdkVersion 21
targetSdkVersion 34
versionCode 49
versionName "2023.08.20"
versionCode 50
versionName "2023.09.18"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/oneflow/analytics/sdkdb/OFSDKDB.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import com.oneflow.analytics.utils.OFConstants;


@Database(entities = {OFRecordEventsTab.class, OFAddUserResponse.class, OFSubmittedSurveysTab.class, OFSurveyUserInput.class},version = 65)
@Database(entities = {OFRecordEventsTab.class, OFAddUserResponse.class, OFSubmittedSurveysTab.class, OFSurveyUserInput.class},version = 66)

@TypeConverters({OFMapConverter.class, OFDataConverterLocation.class, OFDataConverterDevice.class, OFSurveyUserResponseChildConverter.class})
public abstract class OFSDKDB extends RoomDatabase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

public interface OFConstants {

String currentVersion = "2023.08.20";//2023.07.14;
String MODE = "dev";//"prod";//"beta";//
String currentVersion = "2023.09.18";//2023.07.14;
String MODE = "prod";//"dev";//"beta";//

String cacheFileName = "logic-engine.js";
String DBNAME = "one_flow_db";
Expand Down

0 comments on commit cf65f73

Please sign in to comment.