Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Release/1.0.1 hockeysdk androidsdk #4

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 8 additions & 8 deletions app/build.gradle
@@ -1,14 +1,14 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 27
compileSdkVersion 28

defaultConfig {
applicationId "net.hockeyapp.demo.android"
minSdkVersion 15
versionCode 1
targetSdkVersion 27
versionName "1.0.0"
versionCode 2
targetSdkVersion 28
versionName "1.0.1"
manifestPlaceholders = [HOCKEYAPP_APP_ID: hockeyapp_app_id, HOCKEYAPP_APP_SECRET: hockeyapp_app_secret]
}
buildTypes {
Expand All @@ -20,10 +20,10 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:27.0.2'
testCompile 'junit:junit:4.12'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0-rc01'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use last stable instead

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately there’s no 28th stable version of appcompat yet. And we can not (should not because of warning) use 27.* verstion of appcompat with 28 Android SDK

testImplementation 'junit:junit:4.12'

compile 'net.hockeyapp.android:HockeySDK:5.1.0'
implementation 'net.hockeyapp.android:HockeySDK:5.1.1'

}
3 changes: 2 additions & 1 deletion build.gradle
Expand Up @@ -2,10 +2,11 @@

buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.4'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Sun Aug 27 11:36:34 PDT 2017
#Thu Aug 23 15:51:59 YEKT 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip