mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04:00
updates
This commit is contained in:
parent
4ddfbe7746
commit
a3c6b98fd5
@ -26,10 +26,8 @@ apply plugin: 'kotlin-android'
|
||||
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
|
||||
|
||||
android {
|
||||
ndkVersion '25.1.8937393'
|
||||
ndkVersion '25.1.8937393'
|
||||
ndkVersion "25.1.8937393"
|
||||
compileSdkVersion flutter.compileSdkVersion
|
||||
ndkVersion flutter.ndkVersion
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
@ -69,5 +67,5 @@ flutter {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.vekoni.veilidchat.veilidchat">
|
||||
package="com.veilid.veilidchat">
|
||||
<!-- The INTERNET permission is required for development. Specifically,
|
||||
the Flutter tool needs it to communicate with the running application
|
||||
to allow setting breakpoints, to provide hot reload, etc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.vekoni.veilidchat.veilidchat
|
||||
package com.veilid.veilidchat
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.vekoni.veilidchat.veilidchat">
|
||||
package="com.veilid.veilidchat">
|
||||
<!-- The INTERNET permission is required for development. Specifically,
|
||||
the Flutter tool needs it to communicate with the running application
|
||||
to allow setting breakpoints, to provide hot reload, etc.
|
||||
|
@ -1,5 +1,5 @@
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.6.10'
|
||||
ext.kotlin_version = '1.9.10'
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
@ -26,6 +26,6 @@ subprojects {
|
||||
project.evaluationDependsOn(':app')
|
||||
}
|
||||
|
||||
task clean(type: Delete) {
|
||||
tasks.register("clean", Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
PRODUCT_NAME = VeilidChat
|
||||
|
||||
// The application's bundle identifier
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.vekoni.veilidchat.veilidchat
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.veilid.veilidchat
|
||||
|
||||
// The copyright displayed in application information
|
||||
PRODUCT_COPYRIGHT = Copyright © 2023 Vekoni LLC. All rights reserved.
|
||||
PRODUCT_COPYRIGHT = Copyright © 2023 The VeilidChat Authors. All rights reserved.
|
||||
|
@ -89,13 +89,13 @@ BEGIN
|
||||
BEGIN
|
||||
BLOCK "040904e4"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "com.vekoni.veilidchat" "\0"
|
||||
VALUE "FileDescription", "veilidchat" "\0"
|
||||
VALUE "CompanyName", "com.veilid.veilidchat" "\0"
|
||||
VALUE "FileDescription", "VeilidChat" "\0"
|
||||
VALUE "FileVersion", VERSION_AS_STRING "\0"
|
||||
VALUE "InternalName", "veilidchat" "\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2023 com.vekoni.veilidchat. All rights reserved." "\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2023 The VeilidChat Authors, All rights reserved." "\0"
|
||||
VALUE "OriginalFilename", "veilidchat.exe" "\0"
|
||||
VALUE "ProductName", "veilidchat" "\0"
|
||||
VALUE "ProductName", "VeilidChat" "\0"
|
||||
VALUE "ProductVersion", VERSION_AS_STRING "\0"
|
||||
END
|
||||
END
|
||||
|
Loading…
Reference in New Issue
Block a user