Next Hour - Movie Tv Show & Video Subscription Portal Cms

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

No permission to download

zkenstein

Member
Dec 18, 2018
80
15
8
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?
 

hainghles22

New member
Jun 24, 2022
2
0
1
When I change the colors of the site the settings do not save and the white screen. What can it be?

1656981281685.png
 

moze

Member
Mar 22, 2020
65
15
8
Underground
ready4fans.com
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.
 

techmainfest

Member
Trusted Uploader
May 2, 2022
65
71
18
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
 

Forum statistics

Threads
66,861
Messages
894,512
Members
217,909
Latest member
pmvirtues

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu