Skip to content

Commit

Permalink
Pre release things.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtursKadikis committed Apr 26, 2021
1 parent d60b207 commit 49532c7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 58 deletions.
14 changes: 5 additions & 9 deletions app-native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ android {

repositories {
// needed for using sdk-native from countly maven repo
maven {
url 'https://dl.bintray.com/countly/maven'
}
mavenCentral()
jcenter()
}

Expand All @@ -67,9 +65,9 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation project(':sdk')
// implementation 'ly.count.android:sdk:20.11.7'
//implementation 'ly.count.android:sdk:20.11.8'
implementation project(':sdk-native')
// implementation 'ly.count.android:sdk-native:20.11.7'
//implementation 'ly.count.android:sdk-native:20.11.8'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.3.0'
Expand All @@ -80,15 +78,13 @@ dependencies {

buildscript {
repositories {
maven {
url 'https://dl.bintray.com/countly/maven'
}
mavenCentral()
jcenter()
}
dependencies {
classpath group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.14.1'
// classpath files('../upload-plugin/build/libs/upload-plugin.jar')
classpath group: 'ly.count.android', 'name': 'sdk-plugin', 'version': '0.2'
classpath group: 'ly.count.android', 'name': 'sdk-plugin', 'version': '20.11.8'

}
}
Expand Down
17 changes: 5 additions & 12 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,23 @@ apply plugin: ly.count.android.plugins.UploadSymbolsPlugin
buildscript {
repositories {
maven {
url 'https://dl.bintray.com/countly/maven'
}
jcenter()
mavenCentral()
}
dependencies {
classpath group: 'ly.count.android', 'name': 'sdk-plugin', 'version': '20.11.7'
classpath group: 'ly.count.android', 'name': 'sdk-plugin', 'version': '20.11.8'
}
}
*/

repositories {
maven {
url "http://dl.bintray.com/countly/maven"
}
mavenCentral()

//required for huawei push
/*
maven {
url "https://developer.huawei.com/repo/"
}
*/

mavenCentral()
}

android {
Expand Down Expand Up @@ -105,8 +98,8 @@ dependencies {
//implementation 'com.huawei.hms:push:5.1.1.301'

implementation 'com.android.installreferrer:installreferrer:2.2'
//implementation 'ly.count.android:sdk:20.11.7'
//implementation 'ly.count.android:sdk-plugin:20.11.7'
//implementation 'ly.count.android:sdk:20.11.8'
//implementation 'ly.count.android:sdk-plugin:20.11.8'
}

/*
Expand Down
12 changes: 0 additions & 12 deletions sdk-native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,4 @@ tasks.whenTaskAdded { task ->
}
}

/*
publish {
userOrg = 'countly'
groupId = 'ly.count.android'
artifactId = 'sdk-native'
publishVersion = '20.11.8'
desc = 'Countly Android Native Crash Support'
website = 'https://github.com/Countly/countly-sdk-android'
autoPublish = false
}
*/

apply plugin: "com.vanniktech.maven.publish"
12 changes: 0 additions & 12 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,4 @@ dependencies {
//androidTestImplementation "com.squareup.okhttp3:mockwebserver:4.9.0"
}

/*
publish {
userOrg = 'countly'
groupId = 'ly.count.android'
artifactId = 'sdk'
publishVersion = '20.11.8'
desc = 'Android SDK for Countly mobile analytics'
website = 'https://github.com/Countly/countly-sdk-android'
autoPublish = false
}
*/

apply plugin: "com.vanniktech.maven.publish"
13 changes: 0 additions & 13 deletions upload-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,4 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:3.14.1'
}

/*
publish {
userOrg = 'countly'
groupId = 'ly.count.android'
artifactId = 'sdk-plugin'
publishVersion = '20.11.8'
desc = 'Gradle plugin for automatic upload of symbol files'
website = 'https://github.com/Countly/countly-sdk-android'
autoPublish = false
}
*/


apply plugin: "com.vanniktech.maven.publish"

0 comments on commit 49532c7

Please sign in to comment.