Skip to content

Commit

Permalink
Merge pull request #13 from avohq/release-1.2.4
Browse files Browse the repository at this point in the history
Release 1.2.4
  • Loading branch information
aleks-tpom6oh authored Aug 14, 2020
2 parents df7b093 + fa91daa commit e469a99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion avoinspector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 14
targetSdkVersion 29
versionCode 2
versionName "1.2.3"
versionName "1.2.4"

testInstrumentationRunner "AndroidJUnit4"
consumerProguardFiles 'consumer-rules.pro'
Expand Down
4 changes: 2 additions & 2 deletions avoinspectorexample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
buildToolsVersion "29.0.3"
defaultConfig {
applicationId "app.avo.avoinspetorexample"
minSdkVersion 14
Expand All @@ -29,7 +29,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'

implementation 'com.segment.analytics.android:analytics:4.3.1'
implementation 'com.segment.analytics.android:analytics:4.8.2'

testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.61'
ext.kotlin_version = '1.3.72'
repositories {
google()
jcenter()
Expand Down

0 comments on commit e469a99

Please sign in to comment.