File tree Expand file tree Collapse file tree 5 files changed +14
-17
lines changed Expand file tree Collapse file tree 5 files changed +14
-17
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ android {
34
34
applicationId " tv.remo.android.controller"
35
35
minSdkVersion 16
36
36
targetSdkVersion 28
37
- versionCode 18
38
- versionName " 0.19.0 "
37
+ versionCode 19
38
+ versionName " 0.19.1 "
39
39
multiDexEnabled true
40
40
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
41
41
}
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.3.61 '
4
+ ext. kotlin_version = ' 1.5.10 '
5
5
repositories {
6
6
google()
7
7
jcenter()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:4.1.0 '
10
+ classpath ' com.android.tools.build:gradle:4.2.2 '
11
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
12
12
13
13
// NOTE: Do not place your application dependencies here; they belong
@@ -16,16 +16,13 @@ buildscript {
16
16
}
17
17
18
18
ext {
19
- controlsdk_version = " 0 .14.0 "
19
+ controlsdk_version = " v0 .14.1 "
20
20
}
21
21
22
22
allprojects {
23
23
repositories {
24
24
google()
25
25
jcenter()
26
- maven {
27
- url " https://dl.bintray.com/btelman96/maven"
28
- }
29
26
maven { url " https://jitpack.io" }
30
27
}
31
28
}
Original file line number Diff line number Diff line change 1
- # Sat Sep 07 20:03:43 CDT 2019
1
+ # Tue Sep 21 16:40:40 CDT 2021
2
2
distributionBase =GRADLE_USER_HOME
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.1-bin.zip
3
4
distributionPath =wrapper/dists
4
- zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl = https\://services.gradle.org/distributions/gradle-6.5-all.zip
6
+ zipStoreBase = GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ dependencies {
39
39
androidTestImplementation ' androidx.test:runner:1.2.0'
40
40
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
41
41
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
42
- api " org.btelman.controlsdk :core:$controlsdk_version "
43
- api " org.btelman.controlsdk :hardware:$controlsdk_version "
44
- api " org.btelman.controlsdk :texttospeech:$controlsdk_version "
42
+ api " com.github.ControlSDK.ControlSDK :core:$controlsdk_version "
43
+ api " com.github.ControlSDK.ControlSDK :hardware:$controlsdk_version "
44
+ api " com.github.ControlSDK.ControlSDK :texttospeech:$controlsdk_version "
45
45
// noinspection GradleDependency. We cannot upgrade this without losing support for Android 4.4 and below
46
46
api ' com.squareup.okhttp3:okhttp:3.12.6'
47
47
api ' com.google.code.gson:gson:2.8.5'
Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ android {
37
37
dependencies {
38
38
api project(path : ' :mobile-ffmpeg-full-4.4' )
39
39
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
40
- api " org.btelman. ffmpeg:core:1.0.2 "
41
- api ' org.btelman.android :shellutil:1.4 '
40
+ api " com.github.btelman96. ffmpeg-android :core:v1.2.0 "
41
+ api ' com.github.btelman96 :shellutil-android:v1.5.6 '
42
42
testImplementation ' junit:junit:4.12'
43
43
implementation ' androidx.appcompat:appcompat:1.1.0' // annotations...
44
44
androidTestImplementation ' androidx.test:runner:1.2.0'
45
45
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
46
46
47
47
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
48
- api " org.btelman.controlsdk :core:$controlsdk_version "
48
+ api " com.github.ControlSDK.ControlSDK :core:$controlsdk_version "
49
49
}
50
50
repositories {
51
51
mavenCentral()
You can’t perform that action at this time.
0 commit comments