Skip to content

Commit 633ffba

Browse files
committed
update
1 parent d9096ee commit 633ffba

8 files changed

+207
-160
lines changed

Makefile

-27
This file was deleted.

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
---
88
droidconke marketplace
99

10-
Maybe renamed :)
1110

1211

1312

14-
### Structure Of dckeswag
13+
### Structure of doko
1514

1615
The project is designed as:
1716

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ buildscript {
22

33
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
44
plugins {
5-
id("com.android.application") version "7.4.2" apply false
6-
id("com.android.library") version "7.4.2" apply false
5+
id("com.android.application") version "8.7.1" apply false
6+
id("com.android.library") version "8.7.1" apply false
77
id("org.jetbrains.kotlin.android") version "1.7.0" apply false
88
id("org.jetbrains.kotlin.jvm") version "1.8.10" apply false
99
id("com.google.devtools.ksp") version "1.8.10-1.0.9" apply false

gradle.properties

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ kotlin.code.style=official
2020
# Enables namespacing of each library's R class so that its R class includes only the
2121
# resources declared in the library itself and none from the library's dependencies,
2222
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true
23+
android.nonTransitiveRClass=true
24+
android.defaults.buildfeatures.buildconfig=true
25+
android.nonFinalResIds=false

gradle/wrapper/gradle-wrapper.jar

-15.3 KB
Binary file not shown.
+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Mon Mar 20 09:26:31 CET 2023
21
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
42
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME
7+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)