Skip to content

Commit 6e52d39

Browse files
authored
Changed templates and configs (#87)
1 parent 71701bf commit 6e52d39

File tree

20 files changed

+24
-23
lines changed

20 files changed

+24
-23
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '7.4.0' apply false
4-
id 'com.android.library' version '7.4.0' apply false
3+
id 'com.android.application' version '8.2.0' apply false
4+
id 'com.android.library' version '8.2.0' apply false
55
id 'org.jetbrains.kotlin.android' version '1.7.21' apply false
66
}
77
ext.kotlin_version = '1.7.21'

codegen/Templates/android/git_push.sh.mustache

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ kotlin.code.style=official
2222
# resources declared in the library itself and none from the library's dependencies,
2323
# thereby reducing the size of the R class for that library
2424
android.nonTransitiveRClass=true
25+
android.defaults.buildfeatures.buildconfig=true
26+
android.nonFinalResIds=false
27+
org.gradle.configuration-cache=true

codegen/Templates/android/manifest.mustache

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="{{invokerPackage}}">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
43

54
<uses-permission android:name="android.permission.INTERNET" />
65
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
@@ -37,4 +36,4 @@
3736
</activity>
3837
</application>
3938

40-
</manifest>
39+
</manifest>

codegen/Templates/csharp/Project.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
1616
<DebugType>embedded</DebugType>
1717
<PackageTags>Barcode Scan Recognize Generate QR DataMatrix AustraliaPost VIN MSI Aztec ISBN OPC Postnet Aspose Aspose.BarCode Aspose.BarCode-Cloud EAN13 ISSN PZN SingaporePost UPCA UPCE Code11 Code128 Code32 DotCode EAN14 EAN8 GS1DataMatrix</PackageTags>
1818
<Copyright>© Aspose Pty Ltd 2001-2023. All Rights Reserved.</Copyright>
19-
<PackageProjectUrl>https://products.aspose.cloud/barcode/net/</PackageProjectUrl>
2019
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2120
<PackageId>Aspose.BarCode-Cloud</PackageId>
2221
<Product>Aspose.BarCode Cloud SDK for .NET</Product>

codegen/Templates/python/tox.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Use tox version 3.x
22
[tox]
3-
envlist = 2.7, 3.5, 3.11
3+
envlist = 2.7, 3.5, 3.12
44

55
[testenv]
66
passenv = TEST_CONFIGURATION_ACCESS_TOKEN

codegen/config-android.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"androidSdkVersion": "33",
55
"apiPackage": "com.aspose.barcode.cloud.demo_app",
66
"artifactId": "Android Application for Barcode Processing in the Cloud via REST API",
7-
"artifactVersion": "23.11.0",
7+
"artifactVersion": "23.12.0",
88
"groupId": "com.aspose",
99
"invokerPackage": "com.aspose.barcode.cloud.demo_app",
1010
"modelPackage": "com.aspose.barcode.cloud.demo_app.model"

codegen/config-dart.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"browserClient": false,
33
"pubDescription": "This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Dart or Flutter applications quickly and easily",
44
"pubName": "aspose_barcode_cloud",
5-
"pubVersion": "0.23.11",
5+
"pubVersion": "0.23.12",
66
"useEnumExtension": true
77
}

codegen/config-go.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packageName": "barcode",
3-
"packageVersion": "0.2311.0"
3+
"packageVersion": "0.2312.0"
44
}

codegen/config-java.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"artifactDescription": "Aspose.BarCode Cloud SDK for Java",
44
"artifactId": "aspose-barcode-cloud",
55
"artifactUrl": "https://www.aspose.cloud",
6-
"artifactVersion": "23.11.0",
6+
"artifactVersion": "23.12.0",
77
"developerEmail": "denis.averin@aspose.com",
88
"developerName": "Denis Averin",
99
"developerOrganization": "Aspose",

codegen/config-php.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"artifactVersion": "23.11.0",
2+
"artifactVersion": "23.12.0",
33
"invokerPackage": "Aspose\\BarCode"
44
}

0 commit comments

Comments
 (0)