Skip to content

Commit

Permalink
Gradle 7.4. Libs bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyvasilyev committed Feb 14, 2022
1 parent ca1b198 commit 4268583
Show file tree
Hide file tree
Showing 7 changed files with 219 additions and 151 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 31
buildToolsVersion "31.0.0"
compileSdkVersion 32
buildToolsVersion "32.0.0"

defaultConfig {
applicationId "com.alexvas.rtsp.demo"
minSdkVersion 24
targetSdkVersion 31
targetSdkVersion 32
versionCode 1
versionName "1.0"

Expand Down Expand Up @@ -44,8 +44,8 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "androidx.appcompat:appcompat:${androidXAppcompatVersion}"
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'com.google.android.material:material:1.5.0-rc01'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation "androidx.navigation:navigation-fragment-ktx:${androidXNavigationVersion}"
implementation "androidx.navigation:navigation-ui-ktx:${androidXNavigationVersion}"
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ buildscript {
ext.compile_sdk_version = 31
ext.min_sdk_version = 24
ext.target_sdk_version = 31
ext.project_version_code = 140
ext.project_version_name = '1.4.1'
ext.project_version_code = 205
ext.project_version_name = '2.0.5'

repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'com.android.tools.build:gradle:7.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
4 changes: 2 additions & 2 deletions constants.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project.ext {
androidXAnnotationVersion = '1.3.0'
androidXAppcompatVersion = '1.4.0'
androidXNavigationVersion = '2.3.5'
androidXAppcompatVersion = '1.4.1'
androidXNavigationVersion = '2.4.0'
exoplayerVersion = '2.16.1'
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Wed Apr 17 23:47:33 CEST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
Loading

0 comments on commit 4268583

Please sign in to comment.