Skip to content

Commit

Permalink
Add variables for library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch4t4r committed Aug 22, 2021
1 parent 03ba867 commit c7bf405
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ android {
// }
//}

def frostnerdLifecycleVersion = "1.2.4"
def frostnerdPreferencesVersion = "1.5.33"
def frostnerdNavigationVersion = "1.4.5"
def frostnerdDnsProxyVersion = "2.21"
def frostnerdGeneralVersion = "1.0.28"
def frostnerdAdaptersVersion = "1.3.8"
dependencies {
def room_version = "2.3.0"

Expand All @@ -153,12 +159,12 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1'


implementation 'com.frostnerd.utilskt:lifecycle:1.2.4' // https://git.frostnerd.com/AndroidUtils/lifecyclekt
implementation 'com.frostnerd.utilskt:preferences:1.5.33' // https://git.frostnerd.com/AndroidUtils/preferenceskt
implementation 'com.frostnerd.utilskt:navigationdraweractivity:1.4.5' // https://git.frostnerd.com/AndroidUtils/navigationdraweractivity
implementation 'com.frostnerd.utilskt:encrypteddnstunnelproxy:2.2.1' // https://git.frostnerd.com/AndroidUtils/encrypteddnstunnelproxy
implementation 'com.frostnerd.utilskt:general:1.0.28' // https://git.frostnerd.com/AndroidUtils/generalkt
implementation 'com.frostnerd.utilskt:adapters:1.3.8' // https://git.frostnerd.com/AndroidUtils/Adapters
implementation "com.frostnerd.utilskt:lifecycle:$frostnerdLifecycleVersion" // https://git.frostnerd.com/AndroidUtils/lifecyclekt
implementation "com.frostnerd.utilskt:preferences:$frostnerdPreferencesVersion" // https://git.frostnerd.com/AndroidUtils/preferenceskt
implementation "com.frostnerd.utilskt:navigationdraweractivity:$frostnerdNavigationVersion" // https://git.frostnerd.com/AndroidUtils/navigationdraweractivity
implementation "com.frostnerd.utilskt:encrypteddnstunnelproxy:$frostnerdDnsProxyVersion" // https://git.frostnerd.com/AndroidUtils/encrypteddnstunnelproxy
implementation "com.frostnerd.utilskt:general:$frostnerdGeneralVersion" // https://git.frostnerd.com/AndroidUtils/generalkt
implementation "com.frostnerd.utilskt:adapters:$frostnerdAdaptersVersion" // https://git.frostnerd.com/AndroidUtils/Adapters

storeImplementation 'com.google.android.gms:play-services-cronet:17.0.1'
fdroidImplementation 'com.google.android.gms:play-services-cronet:17.0.1'
Expand Down

0 comments on commit c7bf405

Please sign in to comment.