nulled version is in the commentsGuys, does anyone have just the file to NULL the script? i have the original version i bought, i wanted to nullify it.
it internal error replace code.Create .htaccess in your root folder and add the following code
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)$ public/$1 [L] </IfModule>
flutter! appsuccess..
I've done it
My gd
so many things to add and it took me almost 4 hours to find out
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
}
how to change it!error fixed by change API key or payment system in flutter app works fine
Of cause it will get updated todayDoes anyone have the 4.0 update?
Hello, any luck on this? Thanks.Of cause it will get updated today
Hello, any luck on this? Thanks.
Thanks. Much appreciatedbeen working I will try to update it today
That´s great, waiting anxiouslybeen working I will try to update it today