Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyvasilyev committed Feb 28, 2021
1 parent a3b30bc commit 2e1c4e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "androidx.appcompat:appcompat:${androidXAppcompatVersion}"
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'com.google.android.material:material:1.2.1'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation "androidx.navigation:navigation-fragment-ktx:${androidXNavigationVersion}"
implementation "androidx.navigation:navigation-ui-ktx:${androidXNavigationVersion}"
implementation "androidx.navigation:navigation-fragment-ktx:${androidXNavigationVersion}"
implementation "androidx.navigation:navigation-ui-ktx:${androidXNavigationVersion}"
implementation 'com.github.AppDevNext.Logcat:LogcatCore:2.3.1'
implementation 'com.github.AppDevNext.Logcat:LogcatCore:2.4.0'
implementation project(':library-rtsp')
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.4.21'
ext.kotlin_version = '1.4.31'
repositories {
jcenter()
google()
Expand Down
6 changes: 3 additions & 3 deletions constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ project.ext {
buildToolsVersion = '30.0.3'
minSdkVersion = 21 // 5.0
targetSdkVersion = 30 // 11.0
releaseVersion = "1.2.9"
releaseVersionCode = 129
releaseVersion = "1.3.0"
releaseVersionCode = 130

androidXAnnotationVersion = '1.1.0'
androidXAppcompatVersion = '1.1.0'
androidXNavigationVersion = '2.3.3'
exoplayerVersion = '2.12.3'
exoplayerVersion = '2.13.1'
}

0 comments on commit 2e1c4e0

Please sign in to comment.