Skip to content

Commit 9356e9a

Browse files
committed
language addition
1 parent 1e18f03 commit 9356e9a

File tree

310 files changed

+29242
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

310 files changed

+29242
-89
lines changed

.DS_Store

6 KB
Binary file not shown.
17 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
�n5sn2sidm5ertpll6ogqxkqfvq�ض��^��U��|����classes�R%ud�)m��1�+�`��sourcesx~�^�\�'J���

Sourcecode/.gradle/8.7/dependencies-accessors/6d34ad34f796ae2a60b5aa2e4ca031699aca5d0f/sources/org/gradle/accessors/dm/LibrariesForLibs.java

+549
Large diffs are not rendered by default.

Sourcecode/.gradle/8.7/dependencies-accessors/6d34ad34f796ae2a60b5aa2e4ca031699aca5d0f/sources/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock.java

+701
Large diffs are not rendered by default.

Sourcecode/.gradle/8.7/dependencies-accessors/gc.properties

Whitespace-only changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
17 Bytes
Binary file not shown.
Binary file not shown.

Sourcecode/.gradle/8.7/gc.properties

Whitespace-only changes.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#Fri Sep 27 14:29:53 IST 2024
2+
gradle.version=8.7
Binary file not shown.

Sourcecode/.gradle/config.properties

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#Fri Sep 27 14:29:41 IST 2024
2+
java.home=/Applications/Android Studio.app/Contents/jbr/Contents/Home

Sourcecode/.gradle/file-system.probe

8 Bytes
Binary file not shown.

Sourcecode/.gradle/vcs-1/gc.properties

Whitespace-only changes.

Sourcecode/.idea/inspectionProfiles/Project_Default.xml

+32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sourcecode/.idea/other.xml

+318
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sourcecode/.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sourcecode/app/build.gradle.kts

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId = "com.anthroteacher.multihasher"
1212
minSdk = 28
1313
targetSdk = 34
14-
versionCode = 5
15-
versionName = "1.4"
14+
versionCode = 6
15+
versionName = "1.8"
1616

1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1818
vectorDrawables {
@@ -61,6 +61,8 @@ dependencies {
6161
implementation(libs.androidx.ui.graphics)
6262
implementation(libs.androidx.ui.tooling.preview)
6363
implementation(libs.androidx.material3)
64+
implementation(libs.androidx.appcompat)
65+
implementation(libs.material)
6466
testImplementation(libs.junit)
6567
androidTestImplementation(libs.androidx.junit)
6668
androidTestImplementation(libs.androidx.espresso.core)

Sourcecode/app/src/main/.DS_Store

8 KB
Binary file not shown.

0 commit comments

Comments
 (0)