Skip to content

Releases: ViliusSutkus89/Sample_Android_Library-MavenCentral-Instrumented_Tests

Sample_Android_Library-MavenCentral-Instrumented_Tests v2.2.0

05 May 01:28
Compare
Choose a tag to compare
Update README.md and sample app to match versions with to be released…

… library version (2.2.0)

Sample_Android_Library-MavenCentral-Instrumented_Tests v2.1.0

30 Apr 15:20
Compare
Choose a tag to compare
Update README.md and sample app to match versions with to be released…

… library version (2.1.0)

Sample_Android_Library-MavenCentral-Instrumented_Tests v2.0.0

05 Jan 00:36
Compare
Choose a tag to compare
Update README.md and sample app to match versions with to be released…

… library version (2.0.0)

Sample_Android_Library-MavenCentral-Instrumented_Tests v1.4.0

01 Nov 11:05
Compare
Choose a tag to compare

github.event.head_commit is checked for following tags:
[AppOnly] to skip building the library and only build the application against the already released library.
[SkipCI] to skip the whole CI pipeline.

Sample_Android_Library-MavenCentral-Instrumented_Tests v1.3.0

01 Nov 08:51
Compare
Choose a tag to compare

Split release stage into fullRelease and appRelease

fullRelease releases library and application
appRelease is app only release.

Changing app versionName format to
"LIBRARY_MAJOR.LIBRARY_MINOR.LIBRARY_PATCH.APPLICATION_BUILD_NUMBER"

[AppRelease] Sample_Android_Library-MavenCentral-Instrumented_Tests v1.4.0.0

01 Nov 12:22
Compare
Choose a tag to compare
[AppOnly] Remove AppCompat dependency

Use regular Activity and regular theme instead

[AppRelease] Sample_Android_Library-MavenCentral-Instrumented_Tests v1.3.0.3

01 Nov 10:15
Compare
Choose a tag to compare
appRelease-v1.3.0.3

[CD][App] Attempt at correctly attaching APKs

[AppRelease] Sample_Android_Library-MavenCentral-Instrumented_Tests v1.3.0.2

01 Nov 10:11
Compare
Choose a tag to compare
Merge branch 'master' of github.com:ViliusSutkus89/Sample_Android_Lib…

…rary-MavenCentral-Instrumented_Tests

[AppRelease] Sample_Android_Library-MavenCentral-Instrumented_Tests v1.3.0.1

01 Nov 10:07
Compare
Choose a tag to compare
[CD][App] Attempt at fixing release - correctly attach APKs and get v…

…ersion. Also some debug statements

[AppRelease] Sample_Android_Library-MavenCentral-Instrumented_Tests v

01 Nov 09:46
Compare
Choose a tag to compare
[CD] App release should work now

"run: EXTERNAL_ACTION" gives startup failure.
Correct usage is "uses: EXTERNAL_ACTION" ... but a somewhat reasonable error message would also help