+7
-6
lines changedFilter options
+7
-6
lines changed Original file line number Diff line number Diff line change
@@ -37,6 +37,8 @@ val properties = extra["properties"] as Properties
37
37
val projectName = extra["app_name"] as String
38
38
39
39
android {
40
+
namespace = "org.thunderdog.challegram"
41
+
40
42
defaultConfig {
41
43
val versions = extra["versions"] as Properties
42
44
val jniVersion = versions.getIntOrThrow("version.jni")
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
3
xmlns:tools="http://schemas.android.com/tools"
4
-
package="org.thunderdog.challegram"
5
4
android:installLocation="auto">
6
5
7
6
<uses-sdk tools:overrideLibrary="androidx.camera.camera2, androidx.camera.core, androidx.camera.view, androidx.camera.lifecycle, androidx.camera.extensions, com.otaliastudios.transcoder, com.otaliastudios.opengl, com.linkedin.android.litr, com.linkedin.android.litr.filter" />
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ plugins {
2
2
`kotlin-dsl`
3
3
}
4
4
5
-
val kotlinVersion = "1.8.10"
5
+
val kotlinVersion = "1.8.20"
6
6
7
7
gradlePlugin {
8
8
plugins {
@@ -45,7 +45,7 @@ configurations.all {
45
45
46
46
dependencies {
47
47
compileOnly(gradleApi())
48
-
implementation("com.android.tools.build:gradle:7.4.2")
48
+
implementation("com.android.tools.build:gradle:8.0.2")
49
49
implementation("com.google.gms:google-services:4.3.15")
50
50
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}")
51
51
implementation("com.squareup.okhttp3:okhttp:4.9.3")
Original file line number Diff line number Diff line change
@@ -214,8 +214,6 @@ open class ModulePlugin : Plugin<Project> {
214
214
PullRequest(it.toLong(), properties)
215
215
}.sortedBy { it.id }
216
216
217
-
namespace = "org.thunderdog.challegram"
218
-
219
217
defaultConfig {
220
218
applicationId = appId
221
219
Original file line number Diff line number Diff line change
@@ -18,3 +18,5 @@ android.nonTransitiveRClass=true
18
18
org.gradle.jvmargs=-Xms1024m -Xmx8192m -Dkotlin.daemon.jvm.options\="-Xms1024m -Xmx8192M" -Dfile.encoding\=UTF-8
19
19
org.gradle.daemon=true
20
20
org.gradle.parallel=true
21
+
android.defaults.buildfeatures.buildconfig=true
22
+
android.nonFinalResIds=false
Original file line number Diff line number Diff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath=wrapper/dists
4
4
zipStoreBase=GRADLE_USER_HOME
5
5
zipStorePath=wrapper/dists
6
-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
6
+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4