kopia lustrzana https://github.com/rt-bishop/Look4Sat
V1.3.2 - UI minor fixes and code cleanup. Added FastLane data structure for F-Droid repo inclusion.
rodzic
2aac88868d
commit
aa79072499
|
@ -30,8 +30,8 @@ android {
|
|||
applicationId "com.rtbishop.look4sat"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 8
|
||||
versionName '1.3.1'
|
||||
versionCode 9
|
||||
versionName '1.3.2'
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
|
@ -55,11 +55,11 @@ ext {
|
|||
navigation = '2.2.1'
|
||||
lifecycle = '2.2.0'
|
||||
|
||||
room = '2.2.4'
|
||||
room = '2.2.5'
|
||||
|
||||
retrofit = '2.7.1'
|
||||
retrofit = '2.7.2'
|
||||
|
||||
dagger = '2.26'
|
||||
dagger = '2.27'
|
||||
|
||||
predict4java = '1.3.1'
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue