Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 0 additions & 51 deletions SABR_CLOUD_POLICY.md

This file was deleted.

8 changes: 1 addition & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ def keyPath = System.getenv("KEY_PATH")
def keyStorePassword = System.getenv("KEY_STORE_PASSWORD")
def signingKeyAlias = System.getenv("KEY_ALIAS")
def signingKeyPassword = System.getenv("KEY_PASSWORD")
def sabrPolicyPublicKey = ""
def sabrPolicyUrl = ""
def baseVersionCode = 1105
def appVersionName = "5.2.4"
def abiCodes = ['armeabi-v7a': 1, 'x86': 2, 'x86_64': 3, 'arm64-v8a': 4]
Expand All @@ -32,10 +30,6 @@ android {

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
buildConfigField "String", "SABR_POLICY_PUBLIC_KEY_BASE64",
"\"${sabrPolicyPublicKey.replace('\\', '\\\\').replace('"', '\\"')}\""
buildConfigField "String", "SABR_POLICY_URL",
"\"${sabrPolicyUrl.replace('\\', '\\\\').replace('"', '\\"')}\""
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
Expand Down Expand Up @@ -190,7 +184,6 @@ dependencies {
/** NewPipe libraries **/
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
implementation group: 'com.github.InfinityLoop1308.PipePipeExtractor', name: 'extractor'
implementation 'io.github.dokar3:quickjs-kt:1.0.5'

/** Kotlin **/
implementation "org.jetbrains.kotlin:kotlin-stdlib"
Expand Down Expand Up @@ -307,6 +300,7 @@ dependencies {
implementation 'com.arthenica:smart-exception-java:0.2.1'

/** Instrumented integration tests **/
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.7.0'
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
androidTestImplementation 'junit:junit:4.13.2'
Expand Down
159 changes: 0 additions & 159 deletions app/src/androidTest/assets/equivalent-builtin-sabr-policy.js

This file was deleted.

This file was deleted.

Loading