Skip to content

Commit

Permalink
update dependencies, bump version code and version name
Browse files Browse the repository at this point in the history
  • Loading branch information
loafyyy committed Dec 28, 2018
1 parent c7153e6 commit 5db195e
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 1,354 deletions.
18 changes: 9 additions & 9 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.oss.licenses.plugin'

android {
compileSdkVersion 27
compileSdkVersion 28

defaultConfig {
applicationId "com.egyptianratscrew.android"
minSdkVersion 16
targetSdkVersion 27
versionCode 1
versionName "1.0"
targetSdkVersion 28
versionCode 2
versionName "2.0"
}
buildTypes {
release {
Expand All @@ -21,10 +21,10 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support.constraint:constraint-layout:1.1.0'
compile 'com.android.support:appcompat-v7:27.0.2'
compile 'com.google.code.gson:gson:2.8.2'
compile 'com.android.support:support-v4:27.0.2'
compile 'com.google.android.gms:play-services-oss-licenses:11.8.0'
compile 'com.android.support.constraint:constraint-layout:1.1.3'
compile 'com.android.support:appcompat-v7:28.0.0'
compile 'com.google.code.gson:gson:2.8.5'
compile 'com.android.support:support-v4:28.0.0'
compile 'com.google.android.gms:play-services-oss-licenses:16.0.1'
testCompile 'junit:junit:4.12'
}
135 changes: 70 additions & 65 deletions app/src/main/res/raw/third_party_license_metadata
Original file line number Diff line number Diff line change
@@ -1,70 +1,75 @@
0:46 constraint-layout
47:46 appcompat-v7
94:47 play-services-oss-licenses
47:47 play-services-oss-licenses
95:46 appcompat-v7
142:47 play-services-basement
190:46 support-v4
237:46 constraint-layout-solver
284:46 support-fragment
331:46 support-core-utils
378:46 animated-vector-drawable
425:46 support-vector-drawable
472:46 support-core-ui
519:46 support-media-compat
566:46 support-compat
613:46 support-annotations
660:1558 RE2
2219:1732 Protobuf Nano
3952:1481 darts_clone
5434:3182 PCRE
8617:2500 zlib
11118:11358 CCTZ
22477:19442 ICU4C
41920:243 tz database
42164:1602 JSR 305
43767:731 UTF
44499:680 STL
45180:11358 safeparcel
56539:11342 flatbuffers
67882:46 runtime
69280:46 common
68023:46 lint-gradle
68070:46 builder
68117:46 lint
68164:46 lint-checks
68211:46 lint-api
68258:46 manifest-merger
68305:46 sdk-common
68352:46 lint-gradle-api
68399:46 gradle-api
68446:46 builder-model
68493:46 lint-kotlin
68540:46 intellij-core
68587:46 uast
68634:46 groovy-all
68681:46 kotlin-reflect
68728:46 sdklib
68775:46 repository
68822:46 kotlin-stdlib-jre8
68869:46 builder-test-api
68916:46 ddmlib
68963:40 bcpkix-jdk15on
69004:40 bcprov-jdk15on
69045:46 tracker
69092:46 shared
69139:46 protos
69186:46 layoutlib-api
69233:46 dvlib
69327:46 apksig
69374:46 javawriter
69421:47 fastutil
69469:50 jopt-simple
69520:46 json-simple
69971:46 annotations
69614:121 kxml2
69736:46 kotlin-compiler
69783:46 kotlin-stdlib-jre7
69830:46 kotlin-stdlib
69877:46 jsr305
69924:46 j2objc-annotations
70018:55 stax-ex
70074:102 jaxb-api
331:46 animated-vector-drawable
378:46 support-core-ui
425:46 support-core-utils
472:46 support-vector-drawable
519:46 loader
566:46 viewpager
613:46 coordinatorlayout
660:46 drawerlayout
707:46 slidingpanelayout
754:46 customview
801:46 swiperefreshlayout
848:46 asynclayoutinflater
895:46 support-media-compat
942:46 support-compat
989:46 versionedparcelable
1036:46 collections
1083:46 cursoradapter
1506:46 runtime
1177:46 documentfile
1224:46 localbroadcastmanager
1271:46 print
1318:46 viewmodel
1365:46 livedata
1412:46 livedata-core
2951:46 common
1600:46 interpolator
1647:46 support-annotations
1694:46 lint-gradle
1741:46 builder
1788:46 lint
1835:46 lint-checks
1882:46 lint-api
1929:46 manifest-merger
1976:46 sdk-common
2023:46 lint-gradle-api
2070:46 gradle-api
2117:46 builder-model
2164:46 lint-kotlin
2211:46 intellij-core
2258:46 uast
2305:46 groovy-all
2352:46 kotlin-reflect
2399:46 sdklib
2446:46 repository
2493:46 kotlin-stdlib-jre8
2540:46 builder-test-api
2587:46 ddmlib
2634:40 bcpkix-jdk15on
2675:40 bcprov-jdk15on
2716:46 tracker
2763:46 shared
2810:46 protos
2857:46 layoutlib-api
2904:46 dvlib
2998:46 apksig
3045:46 javawriter
3092:47 fastutil
3140:50 jopt-simple
3191:46 json-simple
3642:46 annotations
3285:121 kxml2
3407:46 kotlin-compiler
3454:46 kotlin-stdlib-jre7
3501:46 kotlin-stdlib
3548:46 jsr305
3595:46 j2objc-annotations
3689:55 stax-ex
3745:102 jaxb-api
Loading

0 comments on commit 5db195e

Please sign in to comment.