Skip to content

chore: Release v0.3.0 #1791

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 37 commits into from
May 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
5689d3f
chore(deps): bump lifecycle_version from 2.1.0-alpha04 to 2.2.0-alpha01
dependabot-support May 7, 2019
8f9ad67
chore(deps): bump lifecycle_version from 2.1.0-alpha04 to 2.2.0-alpha…
iamareebjamal May 8, 2019
61b588a
chore(deps): bump recyclerview from 1.1.0-alpha04 to 1.1.0-alpha05 (#…
dependabot[bot] May 8, 2019
01897ad
chore(deps): bump nav_version from 2.1.0-alpha02 to 2.1.0-alpha03 (#1…
dependabot[bot] May 8, 2019
3a2cfea
chore(deps): bump appcompat from 1.1.0-alpha04 to 1.1.0-alpha05 (#1723)
dependabot[bot] May 8, 2019
47def26
chore(deps): bump roomVersion from 2.1.0-alpha07 to 2.1.0-beta01 (#1721)
dependabot[bot] May 8, 2019
8fee9a0
chore(deps): bump threetenbp from 1.3.8 to 1.4.0 (#1739)
dependabot[bot] May 8, 2019
99b1532
chore(deps): bump constraintlayout from 2.0.0-alpha5 to 2.0.0-beta1 (…
dependabot[bot] May 8, 2019
bc95084
feat: Add enlarged QR Image + Increase brightness (#1727)
anhanh11001 May 10, 2019
2c7388d
fix: Retain chip state on screen rotation in SearchResultFragment (#1…
anhanh11001 May 10, 2019
0a91109
feat: Add empty view for FAQ section (#1743)
anhanh11001 May 11, 2019
ed5bfd2
feat: Add session fragment
anhanh11001 May 11, 2019
3979973
feat: Update settings and profile fragment for non authenticated user…
liveHarshit May 13, 2019
a94fb57
chore(deps): bump mapbox-sdk-services from 4.7.0 to 4.8.0 (#1760)
dependabot[bot] May 14, 2019
dd24a8c
fix: Updating feedback section after making new one (#1747)
anhanh11001 May 14, 2019
5cf13bd
feat: Add delete user photo feature (#1757)
anhanh11001 May 14, 2019
86242f2
fix: Retain searchview state in SearchFragment (#1756)
anhanh11001 May 14, 2019
b3cec1f
fix: Reset default value for order
anhanh11001 May 14, 2019
9ec3104
feat: Notification Fragment (#1622)
iamanbansal May 14, 2019
5474509
feat: Update google smart lock with new updated password (#1764) (#1765)
liveHarshit May 15, 2019
bd422f9
feat: Add LeakCanary for debug implementation (#1758)
liveHarshit May 16, 2019
031053d
chore: bump gradle from 3.3.2 to 3.4.1 (#1771)
liveHarshit May 16, 2019
525de36
chore: Bump Koin 1.0.2 to version 2.0.0-GA4 (#1770)
anhanh11001 May 17, 2019
866a8b7
chore(deps): bump jackson-module-kotlin from 2.9.8 to 2.9.9 (#1775)
dependabot[bot] May 17, 2019
9b3c9b3
chore(deps): bump nav_version from 2.1.0-alpha03 to 2.1.0-alpha04 (#1…
dependabot[bot] May 17, 2019
92d3a36
chore: Bump spotless from 3.16.0 to 3.23.0 and fix the violations (#1…
liveHarshit May 17, 2019
cb3ee5a
chore(deps): bump koin_version from 1.0.2 to 2.0.0-GA5 (#1774)
dependabot[bot] May 17, 2019
d6b7ead
fix: Show only upcoming or ongoing events (#1753)
liveHarshit May 17, 2019
c2a7f11
fix: Refractor EventDetailsFragment (#1740)
anhanh11001 May 17, 2019
67ca358
chore(deps): bump koin_version from 2.0.0-GA5 to 2.0.0-GA6 (#1781)
dependabot[bot] May 17, 2019
71f98cf
chore(deps): bump stripe-android from 8.7.0 to 9.0.1 (#1782)
dependabot[bot] May 18, 2019
57da219
Summary Change: Retain ticket locally when logged in (#1761)
anhanh11001 May 18, 2019
d316fa1
feat: Add track for event (#1783)
anhanh11001 May 18, 2019
4bea92c
feat: Change authentication process and remove navigation (#1749) (#1…
liveHarshit May 19, 2019
a12b674
feat: Add speakers under session (#1788)
anhanh11001 May 19, 2019
61172f9
chore: Release v0.2.1 (#1714) (#1789)
iamareebjamal May 19, 2019
f18e2a4
chore: Bump version code and name for release v0.3.0 (#1790)
liveHarshit May 19, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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