Skip to content

Commit

Permalink
Add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
emilypgoogle committed Dec 18, 2023
1 parent 440f960 commit 985b622
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
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

0 comments on commit 985b622

Please sign in to comment.