@@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' org.greenrobot.greendao'
3
3
4
4
android {
5
- compileSdkVersion 25
6
- buildToolsVersion " 25 .0.3 "
5
+ compileSdkVersion 33
6
+ buildToolsVersion " 33 .0.0 "
7
7
defaultConfig {
8
8
applicationId " ir.hosseinabbasi.holidaypirates"
9
- minSdkVersion 15
10
- targetSdkVersion 25
9
+ minSdkVersion 21
10
+ targetSdkVersion 33
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
// testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -40,63 +40,63 @@ greendao {
40
40
}
41
41
42
42
dependencies {
43
- compile fileTree(include : [' *.jar' ], dir : ' libs' )
43
+ implementation fileTree(include : [' *.jar' ], dir : ' libs' )
44
44
/* androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
45
45
exclude group: 'com.android.support', module: 'support-annotations'
46
46
})
47
- testCompile 'junit:junit:4.12'*/
47
+ testImplementation 'junit:junit:4.12'*/
48
48
// database
49
- compile ' org.greenrobot:greendao:3.2.2 '
49
+ implementation ' org.greenrobot:greendao:3.3.0 '
50
50
// ui
51
51
// //To Support platform < 21
52
- /* compile 'com.android.support:appcompat-v7:25.4.0'
53
- compile 'com.android.support:recyclerview-v7:25.4.0'
54
- compile 'com.android.support:cardview-v7:25.4.0'
55
- compile 'com.android.support:design:25.4.0'
56
- compile 'com.android.support:support-vector-drawable:25.4.0'
57
- compile 'com.android.support:animated-vector-drawable:25.4.0'*/
58
- compile ' com.android.support:appcompat-v7:25.3.1 '
59
- compile ' com.android.support:recyclerview-v7:25.3.1 '
60
- compile ' com.android.support:cardview-v7:25.3.1 '
61
- compile ' com.android.support:design:25.3.1 '
62
- compile ' com.android.support:support-vector-drawable:25.3.1 '
63
- compile ' com.android.support:animated-vector-drawable:25.3.1 '
64
- /* compile 'com.android.support:appcompat-v7:26.0.0-alpha1'
65
- compile 'com.android.support:recyclerview-v7:26.0.0-alpha1'
66
- compile 'com.android.support:cardview-v7:26.0.0-alpha1'
67
- compile 'com.android.support:design:26.0.0-alpha1'
68
- compile 'com.android.support:support-vector-drawable:26.0.0-alpha1'
69
- compile 'com.android.support:animated-vector-drawable:26.0.0-alpha1'*/
52
+ /* implementation 'com.android.support:appcompat-v7:25.4.0'
53
+ implementation 'com.android.support:recyclerview-v7:25.4.0'
54
+ implementation 'com.android.support:cardview-v7:25.4.0'
55
+ implementation 'com.android.support:design:25.4.0'
56
+ implementation 'com.android.support:support-vector-drawable:25.4.0'
57
+ implementation 'com.android.support:animated-vector-drawable:25.4.0'*/
58
+ implementation ' com.android.support:appcompat-v7:28.0.0 '
59
+ implementation ' com.android.support:recyclerview-v7:28.0.0 '
60
+ implementation ' com.android.support:cardview-v7:28.0.0 '
61
+ implementation ' com.android.support:design:28.0.0 '
62
+ implementation ' com.android.support:support-vector-drawable:28.0.0 '
63
+ implementation ' com.android.support:animated-vector-drawable:28.0.0 '
64
+ /* implementation 'com.android.support:appcompat-v7:26.0.0-alpha1'
65
+ implementation 'com.android.support:recyclerview-v7:26.0.0-alpha1'
66
+ implementation 'com.android.support:cardview-v7:26.0.0-alpha1'
67
+ implementation 'com.android.support:design:26.0.0-alpha1'
68
+ implementation 'com.android.support:support-vector-drawable:26.0.0-alpha1'
69
+ implementation 'com.android.support:animated-vector-drawable:26.0.0-alpha1'*/
70
70
// //
71
71
// font
72
- compile ' uk.co.chrisjenx:calligraphy:2.2 .0'
72
+ implementation ' uk.co.chrisjenx:calligraphy:2.3 .0'
73
73
// network
74
- compile ' com.amitshekhar.android:rx2-android-networking:1.0.0'
75
- compile ' com.squareup.retrofit2:retrofit:2.3 .0'
76
- compile ' com.squareup.retrofit2:adapter-rxjava2:2.3 .0'
77
- compile ' com.squareup.retrofit2:converter-gson:2.3 .0'
78
- compile ' com.squareup.retrofit2:converter-scalars:2.3 .0'
74
+ implementation ' com.amitshekhar.android:rx2-android-networking:1.0.0'
75
+ implementation ' com.squareup.retrofit2:retrofit:2.9 .0'
76
+ implementation ' com.squareup.retrofit2:adapter-rxjava2:2.9 .0'
77
+ implementation ' com.squareup.retrofit2:converter-gson:2.9 .0'
78
+ implementation ' com.squareup.retrofit2:converter-scalars:2.9 .0'
79
79
// parser
80
- compile ' com.google.code.gson:gson:2.8.0 '
80
+ implementation ' com.google.code.gson:gson:2.9.1 '
81
81
// debug database
82
- debugCompile ' com.amitshekhar.android:debug-db:1.0.0 '
82
+ debugImplementation ' com.amitshekhar.android:debug-db:1.0.6 '
83
83
// dependency injection
84
- compile ' com.google.dagger:dagger:2.8 '
85
- annotationProcessor ' com.google.dagger:dagger-compiler:2.8 '
86
- provided ' javax.annotation:jsr250-api:1.0'
87
- compile ' javax.inject:javax.inject:1'
88
- provided ' com.google.dagger:dagger-compiler:2.8 '
89
- provided ' org.glassfish:javax.annotation:10.0-b28'
84
+ implementation ' com.google.dagger:dagger:2.44 '
85
+ annotationProcessor ' com.google.dagger:dagger-compiler:2.44 '
86
+ compileOnly ' javax.annotation:jsr250-api:1.0'
87
+ implementation ' javax.inject:javax.inject:1'
88
+ compileOnly ' com.google.dagger:dagger-compiler:2.44 '
89
+ compileOnly ' org.glassfish:javax.annotation:10.0-b28'
90
90
// reactive
91
- compile ' io.reactivex.rxjava2:rxjava:2.0.6 '
92
- compile ' io.reactivex.rxjava2:rxandroid:2.0 .1'
91
+ implementation ' io.reactivex.rxjava2:rxjava:2.2.21 '
92
+ implementation ' io.reactivex.rxjava2:rxandroid:2.1 .1'
93
93
// code generator for view
94
- compile ' com.jakewharton:butterknife:8.5.1 '
95
- annotationProcessor ' com.jakewharton:butterknife-compiler:8.5.1 '
94
+ implementation ' com.jakewharton:butterknife:10.2.3 '
95
+ annotationProcessor ' com.jakewharton:butterknife-compiler:10.2.3 '
96
96
// logger
97
- compile ' com.jakewharton.timber:timber:4.5 .1'
97
+ implementation ' com.jakewharton.timber:timber:5.0 .1'
98
98
// swipe view
99
- compile ' com.mindorks:placeholderview:0.6.1'
100
- compile ' com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
101
- compile ' com.squareup.picasso:picasso:2.5.2 '
99
+ implementation ' com.mindorks:placeholderview:0.6.1'
100
+ implementation ' com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
101
+ implementation ' com.squareup.picasso:picasso:2.71828 '
102
102
}
0 commit comments