Skip to content

Commit

Permalink
Android deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
beqabeqa473 authored and bear101 committed Oct 6, 2023
1 parent 0474871 commit 60ee1d9
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 152 deletions.
27 changes: 16 additions & 11 deletions Client/TeamTalkAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,25 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.android.tools.build:gradle:8.1.2'
}
}

apply plugin: 'com.android.application'

android {
buildToolsVersion '30.0.3'
compileSdkVersion 33
buildToolsVersion '33.0.1'
compileSdkVersion 34
namespace 'dk.bearware.gui'

buildFeatures {
buildConfig = true
}

defaultConfig {
applicationId "dk.bearware.gui"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode 124
versionName '5.14'

Expand Down Expand Up @@ -62,15 +66,16 @@ android {
}

dependencies {
implementation 'com.google.code.gson:gson:2.10'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.core:core:1.9.0'
implementation 'androidx.fragment:fragment:1.5.4'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'androidx.annotation:annotation:1.7.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.core:core:1.12.0'
implementation 'androidx.fragment:fragment:1.6.0'
implementation 'androidx.media:media:1.6.0'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.viewpager:viewpager:1.0.0'
implementation 'com.google.android.material:material:1.7.0'
implementation 'com.google.android.material:material:1.9.0'
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))
api "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
implementation files('libs/TeamTalk5.jar')

Expand Down
1 change: 1 addition & 0 deletions Client/TeamTalkAndroid/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
android.useAndroidX=true
android.enableJetifier=true
android.nonFinalResIds=false
org.gradle.jvmargs=-Xmx2048M
Binary file modified Client/TeamTalkAndroid/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Sun Apr 30 07:17:03 CEST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 60ee1d9

Please sign in to comment.