|
|
@@ -1,14 +1,14 @@
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
|
|
android {
|
|
|
- compileSdkVersion 28
|
|
|
+ compileSdkVersion 29
|
|
|
useLibrary 'org.apache.http.legacy'
|
|
|
|
|
|
|
|
|
defaultConfig {
|
|
|
applicationId "ca.psiphon.tunneledwebview"
|
|
|
minSdkVersion 15
|
|
|
- targetSdkVersion 28
|
|
|
+ targetSdkVersion 29
|
|
|
versionCode 1
|
|
|
versionName "1.0"
|
|
|
}
|
|
|
@@ -36,7 +36,7 @@ repositories {
|
|
|
dependencies {
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
testImplementation 'junit:junit:4.12'
|
|
|
- implementation 'com.android.support:appcompat-v7:26.1.0'
|
|
|
+ implementation 'androidx.appcompat:appcompat:1.0.0'
|
|
|
// always specify exact library version in your real project to avoid non-deterministic builds
|
|
|
implementation 'ca.psiphon:psiphontunnel:2.+'
|
|
|
}
|