Skip to content

Commit

Permalink
patch url of the outstanding block
Browse files Browse the repository at this point in the history
  • Loading branch information
ficiverson committed Apr 3, 2024
1 parent 84bfb50 commit 66d8d70
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .flutter-plugins-dependencies

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions android/app/build.gradle
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "com.app.cuacfm.radio.coruna"
minSdkVersion 23
targetSdkVersion 33
versionCode 24
versionName "3.4.0"
versionCode 26
versionName "3.4.1"
multiDexEnabled true
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/xml/network_security_config.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config cleartextTrafficPermitted="true">
<base-config cleartextTrafficPermitted="false">
<trust-anchors>
<certificates src="system" />
</trust-anchors>
Expand Down
2 changes: 1 addition & 1 deletion lib/remote-data-source/network/radioco_api.dart
Expand Up @@ -19,6 +19,6 @@ class RadiocoAPI implements RadiocoAPIContract {
@override String timetableBefore = "&before=";
@override String live = "radiocom/transmissions/now?format=json";
@override String feedUrl = "https://cuacfm.org/feed/";
@override String outstandingUrl = "https://cuacfm.org/wp-json/wp/v2/pages/4621";
@override String outstandingUrl = "https://cuacfm.org/wp-json/wp/v2/pages/6251";
}

0 comments on commit 66d8d70

Please sign in to comment.