• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Next Hour - Movie Tv Show & Video Subscription Portal Cms

Next Hour - Movie Tv Show & Video Subscription Portal Cms v5.8 Untouched

No permission to download
change your build gradle to this

Code:
buildscript {
    ext.kotlin_version = '1.5.20'
    repositories {
        google()
        jcenter()
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:4.0.1'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
        classpath 'com.google.gms:google-services:4.3.8'
    }
}
components.all {
    allVariants {
        withDependencies { deps ->
            deps.each { dep ->
                if (dep.group == 'net.minidev' && dep.name =='json-smart') {
                    dep.version {
                        prefer "2.3"
                    }
                    dep.because "resolving dependencies issue"
                }
            }
        }
    }
}

allprojects {
    repositories {
        google()
        jcenter()
        maven {
            url "https://cardinalcommerceprod.jfrog.io/artifactory/android"
            credentials {
                username 'braintree_team_sdk'
                password 'AKCp8jQcoDy2hxSWhDAUQKXLDPDx6NYRkqrgFLRc3qDrayg6rrCbJpsKKyMwaykVL8FWusJpp'
            }
        }
    }
}

rootProject.buildDir = '../build'
subprojects {
    project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
    project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
    delete rootProject.buildDir
}
Where you Flutter Source code locate on download file?
 
When I change the colors of the site the settings do not save and the white screen. What can it be?

1656981281685.png
 
No , no theme auto generates content


No it’s untouched if not done by tomorrow il null it , I’m on a phone right now 🙂
have you finish nulled this script? btw the latest version is 4.6 right?

20/06/2022 ( Version 4.6 )​

***** In Web Version *****
- Minor bug fix and Stability Improved
- UI Improvements.
- API Improvements.

***** In App Version *****
- Subtitle support for Upload Video, Multi Quality Videos and Google Drive videos,
- Multi-language support,
- Upgraded Packages,
- Bug fixes and code improvements.
 
Dear author thanks for sharing this here can you please upload the latest version of it Version 4.7 it would be a great help please
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock