دور زدن تحریم های اینترنتی با سرویس شکن
سلام دوستان عزیز؛ مدتها پیش به یه سرویس ایرانی برای دور زدن تحریمها برخورد کردم که فقط با یک تغییر DNS اینکارو انجام میده و از اونجایی که تو انجمن چیزی در این مورد مشاهده نکردم، گفتم به بقیه دوستان هم معرفی کنم:
لینک سایت: https://shecan.ir/
توضیحات تو صفحه اولش قرار داره.

کاملا درست هست . این مطلب کامل رو هم داشته باشید :
#حل_مشکل_sync_گریدلـ
۱.صبر و حوصله ی برنامه نویس و کار افرینیش و به کار بردن یه سری راهکار ها
۲.داشتن اکانت VPN یا استفاده از راه های رایگان ولی معتبر مثل پراکسی یا FOD
پروکسی برای اندروید استودیو ست کنید.
mirror.vtwo.org..... 8850
و لینک
FOD
استفاده از سایت https://shecan.ir
Dns
ها بر پروتکل ip4 شبکه اتصالی ست میشود.
و با باز کردن اندروید استادیو گریدل دانلود و سینک میشود
۳.آپدیت بیلد تولز ها و نسخه ی گریدل به جدیدترین ورژن و هم چنین نسخه ی خود استودیو
۴.برداشتن تیک OFFLINE WORK از تنظیمات گریدل
و تنظیمات فایل ها در اندروید استودیو ورژن 3.3 (STABLE ) به زبان کاتلین
gradle-wrapper.properties
#Tue Jan 15 07:24:23 EST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
———————————————-
build.gradle(Module:app)
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
android {
compileSdkVersion 28
defaultConfig {
applicationId "sanaebadi.info.teacherhandler"
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
packagingOptions {
exclude 'META-INF/LICENSE'
exclude 'META-INF/LICENSE-FIREBASE.txt'
exclude 'META-INF/NOTICE'
}
dataBinding {
enabled = true
}
}
dependencies {
def room_version = "2.1.0-alpha03"
def lifecycle_version = "2.0.0"
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0-alpha01'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha3'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.google.android.material:material:1.1.0-alpha02'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
}
——————————
build.gradle(project:yourProject)
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.11'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
پاسخگویی و مشاهده پاسخ های این سوال تنها برای اعضای ویژه سایت امکان پذیر است .
چنانچه تمایل دارید به همه بخش ها دسترسی داشته باشید میتوانید از این بخش لایسنس این آموزش را خریداری نمایید .