Skip to content

Commit a0e9c4e

Browse files
Updated gradle files
1 parent d1a677c commit a0e9c4e

File tree

5 files changed

+0
-13
lines changed

5 files changed

+0
-13
lines changed

android/Java/HelloWorld/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
android:supportsRtl="true"
1111
android:usesCleartextTraffic = "true"
1212
android:theme="@style/Theme.SimpleSample">
13-
<!-- <activity android:name="com.dynamsoft.helloworld.kotlin.MainActivityKt">-->
1413
<activity android:name="com.dynamsoft.helloworld.java.MainActivity">
1514
<intent-filter>
1615
<action android:name="android.intent.action.MAIN" />

android/Java/HelloWorld/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext {
4-
ext.kotlin_version = '1.6.10'
5-
}
63
repositories {
74
google()
85
mavenCentral()
96
}
107
dependencies {
118
classpath 'com.android.tools.build:gradle:4.1.2'
12-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13-
149
// NOTE: Do not place your application dependencies here; they belong
1510
// in the individual module build.gradle files
1611
}

android/Java/Usecase/TinyBarcode/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
android:supportsRtl="true"
1111
android:usesCleartextTraffic = "true"
1212
android:theme="@style/Theme.SimpleSample">
13-
<!-- <activity android:name="com.dynamsoft.helloworld.kotlin.MainActivityKt">-->
1413
<activity android:name="com.dynamsoft.tinybarcode.java.MainActivity">
1514
<intent-filter>
1615
<action android:name="android.intent.action.MAIN" />

android/Java/Usecase/TinyBarcode/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext {
4-
ext.kotlin_version = '1.6.10'
5-
}
63
repositories {
74
google()
85
mavenCentral()
96
}
107
dependencies {
118
classpath 'com.android.tools.build:gradle:4.1.2'
12-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13-
149
// NOTE: Do not place your application dependencies here; they belong
1510
// in the individual module build.gradle files
1611
}

android/Kotlin/HelloWorld/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
android:supportsRtl="true"
1111
android:usesCleartextTraffic = "true"
1212
android:theme="@style/Theme.SimpleSample">
13-
<!-- <activity android:name="com.dynamsoft.helloworld.kotlin.MainActivityKt">-->
1413
<activity android:name="com.dynamsoft.helloworld.kotlin.MainActivityKt">
1514
<intent-filter>
1615
<action android:name="android.intent.action.MAIN" />

0 commit comments

Comments
 (0)