Skip to content

Commit

Permalink
upgrade sdk to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacm committed Jul 26, 2024
1 parent 3910b07 commit 7d81273
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 26 deletions.
36 changes: 11 additions & 25 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ protobuf = "3.22.3"
powermock = "2.0.9"

# !!! SDK VERSION !!!
growingio = "4.3.0"
growingioCode = "40300"
growingioPlugin = "4.2.0"
growingio = "4.3.1"
growingioCode = "40301"
growingioPlugin = "4.3.0"
junit = "1.1.5"

[plugins]
Expand Down Expand Up @@ -79,24 +79,15 @@ growingio-snappy = "com.growingio.android:snappy:1.1.0"

# [AndroidX]
# https://developer.android.google.cn/jetpack/androidx/releases/core?hl=en
androidx-core = "androidx.core:core-ktx:1.9.0"
androidx-appcompat = "androidx.appcompat:appcompat:1.6.1"
androidx-activity = "androidx.activity:activity-ktx:1.7.0"
androidx-fragment = "androidx.fragment:fragment-ktx:1.5.6"
androidx-fragment-test = "androidx.fragment:fragment-testing:1.5.6"
androidx-core = "androidx.core:core-ktx:1.13.1"
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0"
androidx-activity = "androidx.activity:activity-ktx:1.9.1"
androidx-fragment = "androidx.fragment:fragment-ktx:1.8.2"
androidx-fragment-test = "androidx.fragment:fragment-testing:1.8.2"
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
androidx-swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.1.0"
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.2"

androidx-archCoreTesting = "androidx.arch.core:core-testing:2.1.0"
androidx-collection = "androidx.collection:collection-ktx:1.2.0"

androidx-datastore = "androidx.datastore:datastore:1.0.0"
androidx-dynamicanimation = "androidx.dynamicanimation:dynamicanimation:1.1.0-alpha03"
androidx-dynamicanimation-ktx = "androidx.dynamicanimation:dynamicanimation-ktx:1.0.0-alpha03"

androidx-work-runtime = "androidx.work:work-runtime-ktx:2.8.1"
androidx-palette = "androidx.palette:palette:1.0.0"

androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidxlifecycle" }
androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "androidxlifecycle" }
Expand All @@ -111,7 +102,7 @@ support-annotations = { module = "com.android.support:support-annotations", vers
support-appcompat = { module = "com.android.support:appcompat-v7", version = "28.0.0" }
support-fragment = { module = "com.android.support:support-fragment", version = "28.0.0" }
support-design = { module = "com.android.support:design", version = "28.0.0" }
support-constraint = { module = "com.android.support.constraint:constraint-layout", version = "2.0.1" }
support-constraint = { module = "com.android.support.constraint:constraint-layout", version = "2.0.4" }
support-recyclerview = { module = "com.android.support:recyclerview-v7", version = "28.0.0" }
support-navigation-fragment = { module = "android.arch.navigation:navigation-fragment", version = "1.0.0" }
support-navigation-ui = { module = "android.arch.navigation:navigation-ui", version = "1.0.0" }
Expand All @@ -124,11 +115,7 @@ support-multidex = { module = "com.android.support:multidex", version = "1.0.3"
protobufc = { module = "com.google.protobuf:protoc", version.ref = "protobuf" }
protobuf-javalite = { module = "com.google.protobuf:protobuf-javalite", version.ref = "protobuf" }

google-material = "com.google.android.material:material:1.7.0"
google-analytics = "com.google.firebase:firebase-analytics-ktx:20.0.2"
google-crashlytics = "com.google.firebase:firebase-crashlytics-ktx:18.2.6"
google-crashlyticsGradle = "com.google.firebase:firebase-crashlytics-gradle:2.8.1"
google-gmsGoogleServices = "com.google.gms:google-services:4.3.10"
google-material = "com.google.android.material:material:1.12.0"

google-auto-service = "com.google.auto.service:auto-service:1.1.0"
google-auto-service-annotations = "com.google.auto.service:auto-service-annotations:1.1.0"
Expand Down Expand Up @@ -162,7 +149,6 @@ androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidxt
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidxtest" }
androidx-test-truth = { module = "androidx.test.ext:truth", version.ref = "androidxtest" }
# orchestrator can prevent crash to interrupt the whole test
orchestrator = { module = "androidx.test:orchestrator", version = "1.4.2" }
espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.5.1" }
espresso-web = { module = "androidx.test.espresso:espresso-web", version = "3.5.1" }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class CoreConfiguration implements Configurable {
private boolean mDataCollectionEnabled = true;

private boolean mRequireAppProcessesEnabled = false;
private String mDataCollectionServerHost = "http://napi.growingio.com";
private String mDataCollectionServerHost = "https://napi.growingio.com";
private EventFilterInterceptor mEventFilterInterceptor;
private final List<LibraryGioModule> mComponents = new ArrayList<>();
private boolean mIdMappingEnabled = false;
Expand Down

0 comments on commit 7d81273

Please sign in to comment.