File tree Expand file tree Collapse file tree 10 files changed +136
-2
lines changed
java/com/bharathvishal/textfilegeneratorbenchmark Expand file tree Collapse file tree 10 files changed +136
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
5151 annotationProcessor ' com.github.bumptech.glide:compiler:4.14.2'
5252 implementation ' androidx.cardview:cardview:1.0.0'
5353 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
54- implementation ' androidx.appcompat:appcompat:1.6.0 '
54+ implementation ' androidx.appcompat:appcompat:1.6.1 '
5555 implementation ' androidx.core:core-ktx:1.9.0'
5656 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
5757 testImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ Copyright 2018-2023 Bharath Vishal G.
4+
5+ Licensed under the Apache License, Version 2.0 (the "License");
6+ you may not use this file except in compliance with the License.
7+ You may obtain a copy of the License at
8+
9+ http://www.apache.org/licenses/LICENSE-2.0
10+
11+ Unless required by applicable law or agreed to in writing, software
12+ distributed under the License is distributed on an "AS IS" BASIS,
13+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ See the License for the specific language governing permissions and
15+ limitations under the License.
16+ -->
217<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
318 xmlns : tools =" http://schemas.android.com/tools" >
419
Original file line number Diff line number Diff line change 1+ /* *
2+ *
3+ * Copyright 2018-2023 Bharath Vishal G.
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
16+ *
17+ **/
18+
119@file:Suppress(" unused" )
220
321package com.bharathvishal.textfilegeneratorbenchmark
Original file line number Diff line number Diff line change 1+ /* *
2+ *
3+ * Copyright 2018-2023 Bharath Vishal G.
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
16+ *
17+ **/
18+
119package com.bharathvishal.textfilegeneratorbenchmark
220
321
Original file line number Diff line number Diff line change 1+ /* *
2+ *
3+ * Copyright 2018-2023 Bharath Vishal G.
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
16+ *
17+ **/
18+
119package com.bharathvishal.textfilegeneratorbenchmark
220
321import android.app.Application
Original file line number Diff line number Diff line change 1+ /* *
2+ *
3+ * Copyright 2018-2023 Bharath Vishal G.
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
16+ *
17+ **/
18+
119package com.bharathvishal.textfilegeneratorbenchmark
220
321import android.annotation.SuppressLint
Original file line number Diff line number Diff line change 1+ /* *
2+ *
3+ * Copyright 2018-2023 Bharath Vishal G.
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
16+ *
17+ **/
118
219package com.bharathvishal.textfilegeneratorbenchmark
320
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ Copyright 2018-2023 Bharath Vishal G.
4+
5+ Licensed under the Apache License, Version 2.0 (the "License");
6+ you may not use this file except in compliance with the License.
7+ You may obtain a copy of the License at
8+
9+ http://www.apache.org/licenses/LICENSE-2.0
10+
11+ Unless required by applicable law or agreed to in writing, software
12+ distributed under the License is distributed on an "AS IS" BASIS,
13+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ See the License for the specific language governing permissions and
15+ limitations under the License.
16+ -->
217<RelativeLayout xmlns : android =" http://schemas.android.com/apk/res/android"
318 xmlns : app =" http://schemas.android.com/apk/res-auto"
419 xmlns : tools =" http://schemas.android.com/tools"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ Copyright 2018-2023 Bharath Vishal G.
4+
5+ Licensed under the Apache License, Version 2.0 (the "License");
6+ you may not use this file except in compliance with the License.
7+ You may obtain a copy of the License at
8+
9+ http://www.apache.org/licenses/LICENSE-2.0
10+
11+ Unless required by applicable law or agreed to in writing, software
12+ distributed under the License is distributed on an "AS IS" BASIS,
13+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ See the License for the specific language governing permissions and
15+ limitations under the License.
16+ -->
217<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
318 xmlns : app =" http://schemas.android.com/apk/res-auto"
419 android : layout_width =" match_parent"
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.8.0 '
4+ ext. kotlin_version = ' 1.8.10 '
55 repositories {
66 google()
77 mavenCentral()
You can’t perform that action at this time.
0 commit comments