Skip to content

Commit

Permalink
chore: Release v0.3.0 (#1791)
Browse files Browse the repository at this point in the history
chore: Release v0.3.0
  • Loading branch information
iamareebjamal authored May 19, 2019
2 parents aa2978b + f18e2a4 commit b1ff914
Show file tree
Hide file tree
Showing 124 changed files with 3,175 additions and 2,204 deletions.
31 changes: 17 additions & 14 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.diffplug.gradle.spotless" version "3.16.0"
id "com.diffplug.gradle.spotless" version "3.23.0"
}

apply plugin: 'com.android.application'
Expand All @@ -20,8 +20,8 @@ android {
applicationId "com.eventyay.attendee"
minSdkVersion 21
targetSdkVersion 28
versionCode 8
versionName "0.2.1"
versionCode 9
versionName "0.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down Expand Up @@ -95,20 +95,20 @@ repositories {
}

dependencies {
def lifecycle_version = "2.1.0-alpha04"
def koin_version = "1.0.2"
def roomVersion = "2.1.0-alpha07"
def lifecycle_version = "2.2.0-alpha01"
def koin_version = "2.0.0-GA6"
def roomVersion = "2.1.0-beta01"
def ktx_version = "1.0.0"
def ktx2_version = "2.0.0"
def nav_version = "2.1.0-alpha02"
def nav_version = "2.1.0-alpha04"
def anko_version = "0.10.8"

implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.appcompat:appcompat:1.1.0-alpha04'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha5'
implementation 'androidx.appcompat:appcompat:1.1.0-alpha05'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha04'
implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha05'
implementation 'com.google.android.material:material:1.1.0-alpha06'
implementation "androidx.browser:browser:1.0.0"
implementation 'androidx.exifinterface:exifinterface:1.0.0'
Expand Down Expand Up @@ -143,7 +143,7 @@ dependencies {
implementation 'com.jakewharton.timber:timber:4.7.1'
implementation 'com.jakewharton.threetenabp:threetenabp:1.2.0'

implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.9.8"
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.9.9"
implementation 'com.github.jasminb:jsonapi-converter:0.9'
implementation 'com.squareup.okhttp3:logging-interceptor:3.14.1'
implementation 'com.squareup.retrofit2:retrofit:2.5.0'
Expand All @@ -162,7 +162,7 @@ dependencies {
implementation 'com.squareup.picasso:picasso:2.71828'

// Stripe
implementation 'com.stripe:stripe-android:8.7.0'
implementation 'com.stripe:stripe-android:9.0.1'

// QR Code
implementation 'com.journeyapps:zxing-android-embedded:3.6.0'
Expand All @@ -176,17 +176,20 @@ dependencies {
implementation "org.jetbrains.anko:anko-design:$anko_version"

//Mapbox java sdk
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:4.7.0'
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:4.8.0'

// Stetho
debugImplementation 'com.facebook.stetho:stetho:1.5.1'
debugImplementation 'com.facebook.stetho:stetho-okhttp3:1.5.1'
releaseImplementation 'com.github.iamareebjamal:stetho-noop:1.2.1'
testImplementation 'com.github.iamareebjamal:stetho-noop:1.2.1'

//LeakCanary
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-alpha-1'

testImplementation 'junit:junit:4.12'
testImplementation "io.mockk:mockk:1.9.3"
testImplementation 'org.threeten:threetenbp:1.3.8'
testImplementation 'org.threeten:threetenbp:1.4.0'
testImplementation "org.koin:koin-test:$koin_version"
testImplementation 'androidx.arch.core:core-testing:2.0.1'
androidTestImplementation 'androidx.test:runner:1.1.1'
Expand Down
Loading

0 comments on commit b1ff914

Please sign in to comment.