diff --git a/Gemfile.lock b/Gemfile.lock index 3f1568caf..908f58845 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,7 @@ GEM httpclient (2.8.3) i18n (1.8.10) concurrent-ruby (~> 1.0) - jmespath (1.4.0) + jmespath (1.6.1) json (2.3.0) jwt (2.1.0) memoist (0.16.2) diff --git a/README.md b/README.md index c7ec0b792..a32711f36 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,6 @@ Features: * Install and uninstall like a regular app. * No root required. -[Get it on F-Droid](https://f-droid.org/packages/tech.ula) [Get it on Google Play](https://play.google.com/store/apps/details?id=tech.ula) diff --git a/app/build.gradle b/app/build.gradle index 84afd1e55..e11f65759 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,7 +13,7 @@ apply plugin: 'jacoco' apply plugin: 'de.undercouch.download' android { - compileSdkVersion 29 + compileSdkVersion 30 defaultConfig { // Version code is generated as time since June 1, 2019. These allows for constantly @@ -22,9 +22,9 @@ android { applicationId "tech.ula" minSdkVersion 21 - targetSdkVersion 29 + targetSdkVersion 30 versionCode vcode - versionName "2.8.2" + versionName "2.8.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArguments clearPackageData: 'true' @@ -205,7 +205,7 @@ ext.architectures = ["armeabi-v7a", "arm64-v8a", "x86", "x86_64"] ext.libDir = "$project.projectDir/src/main/jniLibs" task downloadAssets(type: Download) { - def assetVersion = "v1.2.6" + def assetVersion = "v1.2.7" def baseUrl = "https://github.com/CypherpunkArmory/UserLAnd-Assets-Support/releases/download/$assetVersion" for (arch in architectures) { src "$baseUrl/$arch-assets.zip" @@ -245,12 +245,12 @@ preBuild.dependsOn checkIfAssetsMissing dependencies { def moshi_version = '1.8.0' - def okhttp_version = '3.13.1' + def okhttp_version = '3.14.7' def sentry_version = '1.7.22' def slf4j_version = '1.7.26' def kotlinx_coroutines_version = '1.0.0' - def kotlin_jdk_version = '1.3.31' + def kotlin_jdk_version = '1.3.61' // Androidx versions def room_version = '2.1.0-beta01' @@ -258,7 +258,7 @@ dependencies { def support_library_version = '1.1.0-alpha06' def preference_version = '1.1.0-alpha05' def ktx_version = '1.0.2' - def billing_version = '2.2.1' + def billing_version = '3.0.3' implementation project(':terminal-term') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a1e404b73..e9ee802a3 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -13,6 +13,21 @@ + + + + + + + + + + + + + + +