Skip to content

Commit

Permalink
release v4.2.0 (#26)
Browse files Browse the repository at this point in the history
* upgrade to v4.2.0

* upgrade giokit to v2.1.1
  • Loading branch information
cpacm authored Apr 3, 2024
1 parent b7dad0f commit 522d428
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ growingAutotracker {
}
giokit {
enabled true
autoInstallVersion "2.0.0-SNAPSHOT"
autoInstallVersion "2.1.1"
}
}

Expand All @@ -54,7 +54,7 @@ dependencies {
implementation 'com.google.android.material:material:1.6.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'

implementation 'com.growingio.android:autotracker:4.0.0-SNAPSHOT'
implementation 'com.growingio.android:autotracker:4.1.0'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down
2 changes: 1 addition & 1 deletion autotracker-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
set("kotlin_version", "1.8.20")
set("agp_version", "8.1.0")
set("low_agp_version", "4.2.2")
set("releaseVersion", "4.2.0-SNAPSHOT")
set("releaseVersion", "4.2.0")
set("releaseVersionCode", 40200)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,5 +213,5 @@ object GioKitProcessor {

private const val GIOKIT_DEPEND = "com.growingio.giokit:giokit"
private const val GIOKIT_DEPEND_NOOP = "com.growingio.giokit:giokit-no-op"
private const val GIOKIT_DEFAULT_VERSION = "2.0.0"
private const val GIOKIT_DEFAULT_VERSION = "2.1.1"
}

0 comments on commit 522d428

Please sign in to comment.