Skip to content

Commit a7cb3a7

Browse files
committed
Merge branch 'release/1.4.8'
2 parents faaa74e + 18f2d2a commit a7cb3a7

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.idea/gradle.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '7.1.3' apply false
4-
id 'com.android.library' version '7.1.3' apply false
3+
id 'com.android.application' version '7.2.1' apply false
4+
id 'com.android.library' version '7.2.1' apply false
55
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
66
}
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Mar 17 18:19:13 ICT 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

pam-android-kotlin/src/main/java/ai/pams/android/kotlin/api/NotificationAPI.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class NotificationAPI {
3030
val pamServerURL = Pam.shared.options?.pamServer ?: "-"
3131

3232
val endpoint =
33-
"${pamServerURL}/api/app-notifications/"
33+
"${pamServerURL}/api/app-notifications"
3434

3535
val queryString = mutableMapOf<String,String>()
3636

0 commit comments

Comments
 (0)