File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
src/main/java/ai/rever/goonj/manager Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ android {
20
20
minifyEnabled false
21
21
proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
22
22
}
23
+ debug {
24
+ minifyEnabled false
25
+ proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
26
+ }
23
27
}
24
28
25
29
compileOptions {
@@ -42,7 +46,7 @@ dependencies {
42
46
androidTestImplementation ' androidx.test:runner:1.2.0'
43
47
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
44
48
implementation project(path : ' :goonj' )
45
- // implementation('com.github.rever-ai:goonj:0.5.6 ') {
49
+ // implementation('com.github.rever-ai:goonj:0.5.7 ') {
46
50
// transitive = true
47
51
// }
48
52
@@ -65,8 +69,8 @@ dependencies {
65
69
implementation " io.reactivex.rxjava2:rxkotlin:2.4.0"
66
70
implementation ' io.reactivex.rxjava2:rxandroid:2.1.1'
67
71
68
- // Goonj
69
-
72
+ // //Goonj
73
+ //
70
74
// // AndroidX
71
75
// implementation 'androidx.appcompat:appcompat:1.1.0'
72
76
// implementation 'androidx.core:core-ktx:1.1.0'
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
12
12
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13
13
// NOTE: Do not place your application dependencies here; they belong
14
14
// in the individual module build.gradle files
15
- classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5 '
15
+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1 '
16
16
}
17
17
}
18
18
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ apply plugin: 'kotlin-android-extensions'
4
4
apply plugin : ' kotlin-kapt'
5
5
6
6
apply plugin : ' com.github.dcendents.android-maven'
7
+
7
8
group = ' com.github.rever-ai'
8
9
9
10
Original file line number Diff line number Diff line change @@ -79,6 +79,9 @@ internal object LocalPlayerNotificationManager {
79
79
return track.bitmap
80
80
}
81
81
82
+ override fun getCurrentSubText (player : Player ? ): String? {
83
+ return " Goonj"
84
+ }
82
85
}
83
86
84
87
private val notificationListener = object : PlayerNotificationManager .NotificationListener {
You can’t perform that action at this time.
0 commit comments