Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add newlines at the end of several files #20

Merged
merged 1 commit into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ information on using pull requests.
## Community Guidelines

This project follows
[Google's Open Source Community Guidelines](https://opensource.google.com/conduct/).
[Google's Open Source Community Guidelines](https://opensource.google.com/conduct/).
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ val GenerativeViewModelFactory = object : ViewModelProvider.Factory {
}
} as T
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ class ChatUiState(
_messages.add(newMessage)
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ class ChatViewModel(
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ val Typography = Typography(
lineHeight = 24.sp,
letterSpacing = 0.5.sp
)
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ class UriSaver : Saver<MutableList<Uri>, List<String>> {
}.toMutableList()

override fun SaverScope.save(value: MutableList<Uri>): List<String> = value.map { it.toString() }
}
}
2 changes: 1 addition & 1 deletion generativeai/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/build
/build
2 changes: 1 addition & 1 deletion generativeai/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
2 changes: 1 addition & 1 deletion generativeai/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>
</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ kotlin.code.style=official
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
# No currently stable versions of AGP are tested against compileSdk 34
android.suppressUnsupportedCompileSdk=34
android.suppressUnsupportedCompileSdk=34