Skip to content

Commit

Permalink
1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
A.Badakhshan committed Mar 2, 2024
1 parent 66b473c commit 92ccf77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ayannetworking/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionCode 1
versionName "1.6.4"
versionName "1.6.5"
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ class AyanApi(
commonCallStatus: AyanCommonCallStatus? = null,
baseUrl: String = defaultBaseUrl
): WrappedPackage<*, GenericOutput> {
// if (feed?.toList()?.dePent(null) != sign && feed != null) {
// throw Exception("No configuration found.")
// }
if (feed?.toList()?.dePent(null) != sign && feed != null) {
throw Exception("No configuration found.")
}

var language = Language.PERSIAN

Expand Down

0 comments on commit 92ccf77

Please sign in to comment.