upgrade grade
Browse files
Android/app/src/main/AndroidManifest.xml
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
<?xml version="1.0" encoding="utf-8"?>
|
| 2 |
-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
| 3 |
-
package="com.matthaigh27.chatgptwrapper">
|
| 4 |
|
| 5 |
<uses-permission android:name="android.permission.INTERNET" />
|
| 6 |
<uses-permission android:name="android.permission.MICROPHONE" />
|
|
|
|
| 1 |
<?xml version="1.0" encoding="utf-8"?>
|
| 2 |
+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
| 3 |
|
| 4 |
<uses-permission android:name="android.permission.INTERNET" />
|
| 5 |
<uses-permission android:name="android.permission.MICROPHONE" />
|
Android/build.gradle
CHANGED
|
@@ -14,8 +14,8 @@ buildscript {
|
|
| 14 |
}
|
| 15 |
|
| 16 |
plugins {
|
| 17 |
-
id 'com.android.application' version '
|
| 18 |
-
id 'com.android.library' version '
|
| 19 |
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
|
| 20 |
}
|
| 21 |
|
|
|
|
| 14 |
}
|
| 15 |
|
| 16 |
plugins {
|
| 17 |
+
id 'com.android.application' version '8.0.2' apply false
|
| 18 |
+
id 'com.android.library' version '8.0.2' apply false
|
| 19 |
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
|
| 20 |
}
|
| 21 |
|
Android/gradle.properties
CHANGED
|
@@ -20,4 +20,6 @@ kotlin.code.style=official
|
|
| 20 |
# Enables namespacing of each library's R class so that its R class includes only the
|
| 21 |
# resources declared in the library itself and none from the library's dependencies,
|
| 22 |
# thereby reducing the size of the R class for that library
|
| 23 |
-
android.nonTransitiveRClass=true
|
|
|
|
|
|
|
|
|
| 20 |
# Enables namespacing of each library's R class so that its R class includes only the
|
| 21 |
# resources declared in the library itself and none from the library's dependencies,
|
| 22 |
# thereby reducing the size of the R class for that library
|
| 23 |
+
android.nonTransitiveRClass=true
|
| 24 |
+
android.defaults.buildfeatures.buildconfig=true
|
| 25 |
+
android.nonFinalResIds=false
|
Android/gradle/wrapper/gradle-wrapper.properties
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
#Tue May 16 01:44:59 EDT 2023
|
| 2 |
distributionBase=GRADLE_USER_HOME
|
| 3 |
-
distributionUrl=https\://services.gradle.org/distributions/gradle-
|
| 4 |
distributionPath=wrapper/dists
|
| 5 |
zipStorePath=wrapper/dists
|
| 6 |
zipStoreBase=GRADLE_USER_HOME
|
|
|
|
| 1 |
#Tue May 16 01:44:59 EDT 2023
|
| 2 |
distributionBase=GRADLE_USER_HOME
|
| 3 |
+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
|
| 4 |
distributionPath=wrapper/dists
|
| 5 |
zipStorePath=wrapper/dists
|
| 6 |
zipStoreBase=GRADLE_USER_HOME
|